[Pkg-freeipa-devel] [Git][freeipa-team/bind-dyndb-ldap][master] d/t/dyndb-ldap: fix for the ldap bind9 dn entry
Timo Aaltonen (@tjaalton)
gitlab at salsa.debian.org
Tue Sep 5 07:26:04 BST 2023
Timo Aaltonen pushed to branch master at FreeIPA packaging / bind-dyndb-ldap
Commits:
6b509677 by Andreas Hasenack at 2023-09-04T15:12:47-03:00
d/t/dyndb-ldap: fix for the ldap bind9 dn entry
- - - - -
1 changed file:
- debian/tests/dyndb-ldap
Changes:
=====================================
debian/tests/dyndb-ldap
=====================================
@@ -8,6 +8,7 @@ myhostname="dep8"
ldap_admin_dn="cn=admin,${ldap_suffix}"
ldap_admin_pw="secret"
ldap_bind9_dn="uid=bind9,${ldap_suffix}"
+ldap_bind9_rdn="uid: bind9" # match ldap_bind9_dn
ldap_bind9_pw="secretagain"
cleanup() {
@@ -122,7 +123,7 @@ EOF
create_bind9_uid() {
ldapadd -x -D "${ldap_admin_dn}" -w "${ldap_admin_pw}" <<EOF
dn: ${ldap_bind9_dn}
-uid: replicator
+${ldap_bind9_rdn}
objectClass: simpleSecurityObject
objectClass: account
userPassword: {CRYPT}x
View it on GitLab: https://salsa.debian.org/freeipa-team/bind-dyndb-ldap/-/commit/6b5096776ee0502d9cac3966b6aa5f4da4cef664
--
View it on GitLab: https://salsa.debian.org/freeipa-team/bind-dyndb-ldap/-/commit/6b5096776ee0502d9cac3966b6aa5f4da4cef664
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20230905/885257bd/attachment.htm>
More information about the Pkg-freeipa-devel
mailing list