Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openldap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
openldap
Commits
b4921fd3
Commit
b4921fd3
authored
Sep 24, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated openldap to 2.4.47
parent
0623dac0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
9676 deletions
+23
-9676
Makefile
Makefile
+23
-23
openldap-2.4.46-arm64.patch
openldap-2.4.46-arm64.patch
+0
-9653
openldap-2.4.47-consolidated-1.patch
openldap-2.4.47-consolidated-1.patch
+0
-0
openldap-2.4.47.tgz
openldap-2.4.47.tgz
+0
-0
No files found.
Makefile
View file @
b4921fd3
all
:
all
:
tar
xf openldap-2.4.4
6
.tgz
tar
xf openldap-2.4.4
7
.tgz
patch
-Np1
-d
openldap-2.4.46 < openldap-2.4.46
-arm64.patch
# patch -Np1 -d openldap-2.4.47 < openldap-2.4.47
-arm64.patch
patch
-Np1
-d
openldap-2.4.4
6 < openldap-2.4.46
-consolidated-1.patch
patch
-Np1
-d
openldap-2.4.4
7
<
openldap-2.4.47
-consolidated-1.patch
cd
openldap-2.4.4
6
&&
autoconf
cd
openldap-2.4.4
7
&&
autoconf
cd
openldap-2.4.4
6
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--disable-static
--enable-dynamic
--disable-debug
--disable-slapd
cd
openldap-2.4.4
7
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--disable-static
--enable-dynamic
--disable-debug
--disable-slapd
$(MAKE)
-C
openldap-2.4.4
6
depend
$(MAKE)
-C
openldap-2.4.4
7
depend
$(MAKE)
-C
openldap-2.4.4
6
$(MAKE)
-C
openldap-2.4.4
7
$(MAKE)
-C
openldap-2.4.4
6
install
$(MAKE)
-C
openldap-2.4.4
7
install
rm
-rf
openldap-2.4.4
6
rm
-rf
openldap-2.4.4
7
server
:
ldap-service
server
:
ldap-service
rm
/etc/passwd
rm
/etc/passwd
...
@@ -32,26 +32,26 @@ server: ldap-service
...
@@ -32,26 +32,26 @@ server: ldap-service
ln
-sv
/data/etc/shadow /etc/shadow
ln
-sv
/data/etc/shadow /etc/shadow
mv
-v
/etc/gshadow /data/etc/gshadow
mv
-v
/etc/gshadow /data/etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
tar
xf openldap-2.4.4
6
.tgz
tar
xf openldap-2.4.4
7
.tgz
patch
-Np1
-d
openldap-2.4.4
6 < openldap-2.4.46
-arm64.patch
patch
-Np1
-d
openldap-2.4.4
7 < openldap-2.4.47
-arm64.patch
patch
-Np1
-d
openldap-2.4.4
6 < openldap-2.4.46
-consolidated-1.patch
patch
-Np1
-d
openldap-2.4.4
7 < openldap-2.4.47
-consolidated-1.patch
cd
openldap-2.4.4
6
&&
autoconf
cd
openldap-2.4.4
7
&&
autoconf
cd
openldap-2.4.4
6
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--localstatedir
=
/var
--libexecdir
=
/usr/lib
--disable-static
--enable-debug
--with-tls
=
openssl
--enable-dynamic
--enable-crypt
--enable-slapd
--enable-modules
--enable-rlookups
--enable-backends
=
mod
--disable-ndb
--disable-sql
--disable-shell
--disable-bdb
--disable-hdb
--enable-overlays
=
mod
--with-cyrus-sasl
cd
openldap-2.4.4
7
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--localstatedir
=
/var
--libexecdir
=
/usr/lib
--disable-static
--enable-debug
--with-tls
=
openssl
--enable-dynamic
--enable-crypt
--enable-slapd
--enable-modules
--enable-rlookups
--enable-backends
=
mod
--disable-ndb
--disable-sql
--disable-shell
--disable-bdb
--disable-hdb
--enable-overlays
=
mod
--with-cyrus-sasl
$(MAKE)
-C
openldap-2.4.4
6
depend
$(MAKE)
-C
openldap-2.4.4
7
depend
$(MAKE)
-C
openldap-2.4.4
6
$(MAKE)
-C
openldap-2.4.4
7
# $(MAKE) -C openldap-2.4.4
6
test
# $(MAKE) -C openldap-2.4.4
7
test
$(MAKE)
-C
openldap-2.4.4
6
install
$(MAKE)
-C
openldap-2.4.4
7
install
sed
-e
"s/\.la/.so/"
-i
/etc/openldap/slapd.{conf,ldif}{,.default}
sed
-e
"s/\.la/.so/"
-i
/etc/openldap/slapd.{conf,ldif}{,.default}
cd
openldap-2.4.4
6
&&
install
-v
-dm700
-o
ldap
-g
ldap
/var/lib/openldap
cd
openldap-2.4.4
7
&&
install
-v
-dm700
-o
ldap
-g
ldap
/var/lib/openldap
cd
openldap-2.4.4
6
&&
install
-v
-dm700
-o
ldap
-g
ldap
/etc/openldap/slapd.d
cd
openldap-2.4.4
7
&&
install
-v
-dm700
-o
ldap
-g
ldap
/etc/openldap/slapd.d
chmod
-v
640
/etc/openldap/slapd.{conf,ldif}
chmod
-v
640
/etc/openldap/slapd.{conf,ldif}
chown -v root
:
ldap /etc/openldap/slapd.{conf
,
ldif}
chown -v root
:
ldap /etc/openldap/slapd.{conf
,
ldif}
install
-v
-dm755
/usr/share/doc/openldap-2.4.4
6
install
-v
-dm755
/usr/share/doc/openldap-2.4.4
7
cd
openldap-2.4.4
6
&&
cp
-vfr
doc/
{
drafts,rfc,guide
}
/usr/share/doc/openldap-2.4.46
cd
openldap-2.4.4
7
&&
cp
-vfr
doc/
{
drafts,rfc,guide
}
/usr/share/doc/openldap-2.4.47
@
echo
"d /run/openldap 755 ldap ldap -"
>
/usr/lib/tmpfiles.d/slapd.conf
@
echo
"d /run/openldap 755 ldap ldap -"
>
/usr/lib/tmpfiles.d/slapd.conf
@
echo
"
$$
LDAP_SERVICE"
>
/lib/systemd/system/slapd.service
@
echo
"
$$
LDAP_SERVICE"
>
/lib/systemd/system/slapd.service
systemctl
enable
slapd
systemctl
enable
slapd
rm
-rf
openldap-2.4.4
6
rm
-rf
openldap-2.4.4
7
ldap-service
:
ldap-service
:
...
...
openldap-2.4.46-arm64.patch
deleted
100644 → 0
View file @
0623dac0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
openldap-2.4.4
6
-consolidated-1.patch
→
openldap-2.4.4
7
-consolidated-1.patch
View file @
b4921fd3
File moved
openldap-2.4.4
6
.tgz
→
openldap-2.4.4
7
.tgz
View file @
b4921fd3
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment