Public bug reported:

In step 5 of the Ubuntu 11.10 help page for Kerberos and LDAP it tells
the user to add the kerberos schema to the existing schema using the
command:

ldapadd -x -D cn=admin,cn=config -W -f /tmp/cn\=kerberos.ldif

which no longer works as of openLDAP something or other.

The new command can be found on the samba and ldap help page for 11.10
which uses the proper syntax:

sudo ldapadd -Q -Y EXTERNAL -H ldapi:/// -f cn\=samba.ldif

which modified for the Kerberos tutorial would be:

sudo ldapadd -Q -Y EXTERNAL -H ldapi:/// -f cn\=kerberos.ldif

** Affects: ubuntu-docs (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973981

Title:
   Ubuntu 11.10 help page for kerberos and ldap uses deprecated commands

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs/+bug/973981/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to