I integrated SUSE 11 with Active directory with the instructions as stated in the link. https://www.suse.com/documentation/sles11/book_security/data/sec_ad_config.html
Basically, I went to yast and joined to AD domain.
I am able to login (ssh) fine but with FQDB (domainname\username or username@domain)
I would like to login just with user ID.
[QUOTE=sanra;26027]I integrated SUSE 11 with Active directory with the instructions as stated in the link. https://www.suse.com/documentation/sles11/book_security/data/sec_ad_config.html
Basically, I went to yast and joined to AD domain.
I am able to login (ssh) fine but with FQDB (domainname\username or username@domain)
I would like to login just with user ID.
Any help is really appreciated.[/QUOTE]
Hi,
if you want to omit your domain name, you have to edit /etc/samba/smb.conf file and under global section add:
winbind use default domain = yes
Then, restart winbind service.
Regards