Re: domain name + user (solution)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I figured it out. I needed to look at /etc/samba/smb.conf
and comment out the following line.

# Winbind parameters
# separate domain and username with '+', like DOMAIN+username
#winbind separator = +

By default winbind sepator is '\'.
I needed to restart winbind and httpd.

On Thu, 15 Jan 2004, Sharif Islam wrote:

>
> I am using httpd-2.0.46 with RedHat Advanced server. This is one my test
> directory setting from conf file:
>
>   <Directory /www/www-s/pamtest>
>     AuthPAM_Enabled on
>     AllowOverride None
>     AuthName "pam Test"
>     AuthType Basic
>     #require user pamtest
>     #require group pamtest
>     require valid-user
>  </Directory>
>
> # cat /etc/pam.d/httpd
> #%PAM-1.0
>
> auth       required     /lib/security/pam_winbind.so
> account    required     /lib/security/pam_winbind.so
>
> I am running winbind using my NT PDC.
>
> I can access the directory fine. However, for user name I have
> to type DOMANIN+USERNAME. I guess that is how pam is configured
> to get those two entry. Is there any way to change that so the use
> can type DOMAN/USERNAME.
>
> Thanks.


_______________________________________________

Pam-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/pam-list

[Index of Archives]     [Fedora Users]     [Kernel]     [Red Hat Install]     [Linux for the blind]     [Gimp]

  Powered by Linux