Problems with LDAP tutorial in Ubuntu Intrepid Ibex

Discussion in 'HOWTO-Related Questions' started by linuxrawkstar, Nov 27, 2008.

  1. linuxrawkstar

    linuxrawkstar New Member

    Regarding LDAP tutorial at http://www.howtoforge.com/forums/register.php?a=act&u=50620&i=76727586

    I Don't understand why I'm getting this after generating the LDIFs from migration tools:

    ldapadd -D "cn=admin,dc=home-network" -W -f /tmp/passwd.ldif -x -c
    Enter LDAP Password:
    adding new entry "uid=root,ou=People,dc=home-network"
    ldap_add: Invalid syntax (21)
    additional info: objectClass: value #5 invalid per syntax

    adding new entry "uid=daemon,ou=People,dc=home-network"
    ldap_add: Invalid syntax (21)
    additional info: objectClass: value #5 invalid per syntax

    adding new entry "uid=bin,ou=People,dc=home-network"
    ldap_add: Invalid syntax (21)
    additional info: objectClass: value #5 invalid per syntax

    adding new entry "uid=sys,ou=People,dc=home-network"
    ldap_add: Invalid syntax (21)
    additional info: objectClass: value #5 invalid per syntax


    ...Lot's more of the above

    Any ideas why this is happening and how to fix it?
     

Share This Page