Changes

Jump to: navigation, search

OpenLDAP Installation and Test

251 bytes added, 02:27, 23 November 2016
Changing the "naming context" i.e. olcSuffix, and update the olcRootDN and olcRootPW
Create the following LDIF file and name it "newbase.ldif:
<pre>
# cutomize domain name
dn: olcDatabase={2}hdb,cn=config
changetype: modify
olcSuffix: dc=ops535,dc=com
dn: olcDatabase={2}hdb,cn=config
changetype: modify
replace: olcRootDN
olcRootDN: cn=Manager,dc=ops535,dc=com
 
dn: olcDatabase={2}hdb,cn=config
changetype: modify
add: olcRootPW
olcRootPW: {SSHA}1Di4Suea6ojE2bFxJhLDScjQyQ97GSef
</pre>
1,760
edits

Navigation menu