Updated description with links to 13.04 serverguide.

** Tags added: serverguide

** Description changed:

+ https://help.ubuntu.com/13.04/serverguide/kerberos.html
+ https://help.ubuntu.com/13.04/serverguide/openldap-server.html
+ 
  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

** Also affects: serverguide
   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/serverguide/+bug/973981/+subscriptions

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

Reply via email to