Changes between Version 16 and Version 17 of Howto_Ldap
- Timestamp:
- Jan 14, 2011 4:52:35 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_Ldap
v16 v17 115 115 by * read 116 116 }}} 117 Some words to this example configuration:117 Some words to this proposed example: 118 118 - compared to the default slapd.conf file, all the nonrelevant comments are removed. 119 - the nis schema is removed because the simple addressbook do not need it 119 - the nis schema is removed because the simple addressbook do not need it. 120 120 - normally you must not touch anything else than: '''suffix''', '''rootdn''', '''rootpw''' and the '''access''' directives! 121 - this example configuration is ready for use, just change the password.121 - if you just follow my Howto, just change the password. 122 122 123 After you created/modified it, set restrictive permissions for the config file: because the password is stored inside, normal user must not be able to read it!124 User and group must correspond with the ones you read out of'''/etc/default/slapd'''.123 After you created/modified it, check or even set restrictive permissions for the config file: because the password is stored inside, normal user must not be able to read it! 124 User and group must correspond with the ones you found above '''/etc/default/slapd'''. 125 125 {{{ 126 126 $ sudo chmod 640 /etc/ldap/slapd.conf … … 132 132 $ sudo invoke-rc.d slapd restart 133 133 }}} 134 134 If you do not find any errors on the command line, your LDAP server is ready to become a LDAP addressbook server :-) 135 135 136 136 == Setup the LDAP Server ==
