because of the discussion on auto home via LDAP, I thought I would try
to implement...

according to here...
https://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/en-US/RHEL510/Deployment_Guide/s2-nfs-config-autofs-LDAP.html

I created automount.ldif

# cat automount.ldif
# auto.master, tobyhouse.com
dn: automountMapName=auto.master,dc=tobyhouse,dc=com
objectClass: top
objectClass: automountMap
automountMapName: auto.master

but it fails if I try to add it...

# ldapadd -x -D 'cn=admin,dc=tobyhouse,dc=com' -W -f automount.ldif
Enter LDAP Password:
adding new entry "automountMapName=auto.master,dc=tobyhouse,dc=com"
ldap_add: Invalid DN syntax (34)
        additional info: invalid DN

and I do have redhat/autofs schema loaded...

# grep autofs /etc/openldap/slapd.conf
include         /etc/openldap/schema/redhat/autofs.schema

I must be missing something really obvious...clues?

Craig

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to