I am working on adding a normal user on my Redhat 7.2 box. I also have openldap installed.
I added a user using useradd -s /bin/bash -m lfs && passwd lfs then I also used the smbldap-useradd.pl script and added the same user. In passwd I have this now: lfs:x:1007:1007::/home/lfs:/bin/bash and from smbldap-usershow.pl [root@Webby sbin]# ./smbldap-usershow.pl lfs dn: uid=lfs,ou=Users,dc=FAMILY,dc=com objectClass: top objectClass: account objectClass: posixAccount cn: lfs uid: lfs uidNumber: 1008 gidNumber: 100 homeDirectory: /home/lfs loginShell: /bin/bash gecos: User description: User userPassword:: passwd hash here How do I fix this? Thanks Alan Epson Inkjet Printer FAQ: http://welcome.to/epson-inkjet - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs
