SUSE Active Directory Integration

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.

sanra,

It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.

Has your issue been resolved? If not, you might try one of the following options:

Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.suse.com/faq.php

If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.

Good luck!

Your SUSE Forums Team
http://forums.suse.com

[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