LTSP Enhancements - LDAP |
At a command prompt on the LDAP server type ldapadd -D "cn=root, dc=your domain name, dc=your domain extension" -W
When prompted for your password, enter the administrative password.
You should now be dropped to a blank line (the server is waiting for you to enter something).
Enter:
dn: ou=LTSP, dc=your domain name, dc=your domain extension<Enter>
ou: LTSP<Enter>
objectclass: top<Enter>
objectclass: ou<Enter>
<Enter>
You should be given a success message and then returned to an empty line prompt. Press Enter to get back to a command prompt.