Differences between revisions 12 and 15 (spanning 3 versions)
Revision 12 as of 2021-01-11 19:44:40
Size: 859
Comment:
Revision 15 as of 2022-05-13 16:30:37
Size: 1273
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * 192.168.1.62 ldap (virtual IP-address)
 * 192.168.1.63 ldap01
 * 192.168.1.64 ldap02
 * 192.168.1.65 ldap (virtual IP-address)
 * 192.168.1.66 ldap01
 * 192.168.1.67 ldap02
Line 15: Line 15:
}}}

important article to set the password for ldapadd, etc.
https://www.djaodjin.com/blog/setup-open-ldap.blog.html
needed to provide rfc822mailmember from misc.ldif

{{{
root@kall:~# slappasswd
New password:
Re-enter new password:
{SSHA}XXX

root@kall:~# ldapmodify -Q -Y EXTERNAL -H ldapi:/// << EOF
dn: olcDatabase={0}config,cn=config
changetype:modify
add: olcRootPW
olcRootPW: {SSHA}XXX

DO NOT USE

not complete in any way

LDAP

  • 192.168.1.65 ldap (virtual IP-address)
  • 192.168.1.66 ldap01
  • 192.168.1.67 ldap02

really ?

  • anything prior to 2.4.54 should be avoided

apt-get install slapd ldap-utils

important article to set the password for ldapadd, etc. https://www.djaodjin.com/blog/setup-open-ldap.blog.html needed to provide rfc822mailmember from misc.ldif

root@kall:~# slappasswd
New password: 
Re-enter new password: 
{SSHA}XXX

root@kall:~# ldapmodify -Q -Y EXTERNAL -H ldapi:/// << EOF
dn: olcDatabase={0}config,cn=config
changetype:modify
add: olcRootPW
olcRootPW: {SSHA}XXX

References

None: LDAP (last edited 2022-05-13 17:09:17 by Kristian Kallenberg)