Displaying 5 results from an estimated 5 matches for "nowinbind".
2002 Jul 31
0
RE: Solaris/Winbind Problems
Yes, it kind of sucks that it does not work correctly. I did the following
kluge for now:
I did the following:
In /usr/sbin, I created a script called passwd:
#!/bin/ksh
trap "" 2 3
sudo mv /etc/nsswitch.conf /etc/nsswitch.conf.winbind
sudo mv /etc/nsswitch.conf.nowinbind /etc/nsswitch.conf
/usr/bin/passwd $1
sudo mv /etc/nsswitch.conf /etc/nsswitch.conf.nowinbind
sudo mv /etc/nsswitch.conf.winbind /etc/nsswitch.conf
trap 2 3
I created in /etc/:
nsswitch.conf.winbind (has the winbind options)
nsswitch.conf.nowinbind (does not have the winbind options)
I instal...
2002 Aug 01
0
RE: Solaris/Winbind Problems
...not work correctly. I
> did the following
> kluge for now:
>
> I did the following:
>
> In /usr/sbin, I created a script called passwd:
>
> #!/bin/ksh
> trap "" 2 3
> sudo mv /etc/nsswitch.conf /etc/nsswitch.conf.winbind
> sudo mv /etc/nsswitch.conf.nowinbind /etc/nsswitch.conf
> /usr/bin/passwd $1
> sudo mv /etc/nsswitch.conf /etc/nsswitch.conf.nowinbind
> sudo mv /etc/nsswitch.conf.winbind /etc/nsswitch.conf
> trap 2 3
>
> I created in /etc/:
>
> nsswitch.conf.winbind (has the winbind options)
> nsswitch.conf.nowinbind...
2002 Aug 01
0
RE: Solaris/Winbind Problems
...not work correctly. I
> did the following
> kluge for now:
>
> I did the following:
>
> In /usr/sbin, I created a script called passwd:
>
> #!/bin/ksh
> trap "" 2 3
> sudo mv /etc/nsswitch.conf /etc/nsswitch.conf.winbind
> sudo mv /etc/nsswitch.conf.nowinbind /etc/nsswitch.conf
> /usr/bin/passwd $1
> sudo mv /etc/nsswitch.conf /etc/nsswitch.conf.nowinbind
> sudo mv /etc/nsswitch.conf.winbind /etc/nsswitch.conf
> trap 2 3
>
> I created in /etc/:
>
> nsswitch.conf.winbind (has the winbind options)
> nsswitch.conf.nowinbind...
2019 Aug 19
3
How does "winbind refresh tickets" work?
...nd = rid
idmap config MYDOMAIN : range = 10000-999999
dedicated keytab file = /etc/krb5.keytabkerberos method = secrets and keytab
template shell = /bin/bash
template homedir = /home/%D/%U
winbind use default domain = yeswinbind refresh tickets = yeswinbind offline logon = yes
winbind enum groups = nowinbind enum users = nowinbind expand groups = 1winbind nested groups = yeswinbind offline logon = yes
------ common-auth ------auth? ? [success=2 default=ignore]? ? ? pam_unix.so nullok_secureauth? ? [success=1 default=ignore]? ? ? pam_winbind.so krb5_auth krb5_ccache_type=FILE cached_login try_first_pass...
2019 Aug 19
0
How does "winbind refresh tickets" work?
...e = 10000-999999
> dedicated keytab file = /etc/krb5.keytabkerberos method =
> secrets and keytab
> template shell = /bin/bash
> template homedir = /home/%D/%U
> winbind use default domain = yeswinbind refresh tickets =
> yeswinbind offline logon = yes
> winbind enum groups = nowinbind enum users = nowinbind expand
> groups = 1winbind nested groups = yeswinbind offline logon = yes
> ------ common-auth ------auth? ? [success=2 default=ignore]? ?
> ? pam_unix.so nullok_secureauth? ? [success=1
> default=ignore]? ? ? pam_winbind.so krb5_auth
> krb5_ccache_type=FIL...