Changes between Version 16 and Version 17 of Howto_Ldap


Ignore:
Timestamp:
Jan 14, 2011 4:52:35 PM (2 years ago)
Author:
andudi
Comment:

config ready

Legend:

Unmodified
Added
Removed
Modified
  • Howto_Ldap

    v16 v17  
    115115        by * read 
    116116}}} 
    117 Some words to this example configuration: 
     117Some words to this proposed example: 
    118118- 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. 
    120120- 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. 
    122122 
    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'''. 
     123After 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! 
     124User and group must correspond with the ones you found above '''/etc/default/slapd'''. 
    125125{{{ 
    126126$ sudo chmod 640 /etc/ldap/slapd.conf 
     
    132132$ sudo invoke-rc.d slapd restart 
    133133}}} 
    134  
     134If you do not find any errors on the command line, your LDAP server is ready to become a LDAP addressbook server :-) 
    135135 
    136136== Setup the LDAP Server ==