Ubuntu 11.10 help page for kerberos and ldap uses deprecated commands

Bug #973981 reported by Heath Loder
16
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu Server Guide
Fix Released
Undecided
Andreas Hasenack

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

Tags: serverguide

Related branches

Revision history for this message
Zucka (js6-1) wrote :

This also affects 12.04

Revision history for this message
John Kim (kotux) wrote :

Updated description with links to 13.04 serverguide.

tags: added: serverguide
description: updated
John Kim (kotux)
Changed in ubuntu-docs (Ubuntu):
status: New → Invalid
no longer affects: ubuntu-docs (Ubuntu)
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Confirmed still valid for 16.04.

Changed in serverguide:
assignee: nobody → Andreas Hasenack (ahasenack)
status: New → In Progress
Changed in serverguide:
status: In Progress → Fix Committed
Changed in serverguide:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.