← Back to team overview

documentation-packages team mailing list archive

[Bug 973981] Re: Ubuntu 11.10 help page for kerberos and ldap uses deprecated commands

 

** No longer affects: ubuntu-docs (Ubuntu)

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

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

Status in Ubuntu Server Guide:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/serverguide/+bug/973981/+subscriptions