forked from 389ds/389-ds-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Enabling Autobind
Endi S. Dewata edited this page Feb 18, 2023
·
1 revision
$ ldapmodify -h server.example.com -p 389 -x -D "cn=Directory Manager" -w Secret.123 dn: cn=config changetype: modify replace: nsslapd-ldapiautobind nsslapd-ldapiautobind: on - add: nsslapd-ldapimaptoentries nsslapd-ldapimaptoentries: on - add: nsslapd-ldapiuidnumbertype nsslapd-ldapiuidnumbertype: uidNumber - add: nsslapd-ldapigidnumbertype nsslapd-ldapigidnumbertype: gidNumber - add: nsslapd-ldapientrysearchbase nsslapd-ldapientrysearchbase: dc=ca,dc=example,dc=com - add: nsslapd-ldapimaprootdn nsslapd-ldapimaprootdn: cn=Directory Manager
Restart the server:
$ systemctl restart [email protected]