dfelicia Apprentice
Joined: 11 May 2005 Posts: 281 Location: Southwestern Connecticut
|
Posted: Sat Oct 29, 2005 3:35 am Post subject: SOLVED: ldap user cannot su - |
|
|
Followed the OpenLDAP authentication doc and created an LDAP user:
Code: |
$ id
uid=1026(dfelicia) gid=1026(dfelicia) groups=4(adm),5(tty),6(disk),7(lp),10(wheel),11(floppy),12(mail),15(man),16(cron),17(console),18(audio),19(cdrom),20(dialout),21(ftp),25(at),27(video),35(games),60(mysql),85(usb),100(users),250(portage),1026(dfelicia)
|
Code: |
# getent group | grep wheel
wheel:x:10:root
wheel:x:10:root,dfelicia
|
I tried adding user to wheel in /etc/group, too, but still no luck.
Last edited by dfelicia on Sat Oct 29, 2005 4:56 am; edited 1 time in total |
|