Displaying 2 results from an estimated 2 matches for "jvanthienen".
2013 Mar 07
0
winbind authentication FAILED with error NT_STATUS_NO_SUCH_USER [samba 3.6.12/AD/openindiana(illumos)]
.../lib/libnss_winbind.so -> /opt/csw/lib/libnss_winbind.so.1
/lib/nss_winbind.so.1 -> /opt/csw/lib/libnss_winbind.so.1
root at openindiana-san:/# cat /etc/nsswitch.conf | grep winbind
passwd: files winbind
group: files winbind
root at openindiana-san:/# /opt/csw/bin/wbinfo -u | grep jvanthienen
HOME+jvanthienen
root at openindiana-san:/# getent passwd | grep jvanthienen
HOME+jvanthienen:*:11016:11006:Joeri
Vanthienen:/home/HOME/jvanthienen:/bin/false
Problem is that I can't authenticate now. It seems that samba/winbind
can't find the user.
Still some problem with a missed linked...
2013 Mar 08
0
samba 4.0.3: ads_sasl_spnego_krb5_bind failed with "Did not find a plugin for ccache_ops" [solaris]
Hi everybody,
I've compiled samba 4.0.3 with gcc 4.4.4 on openindiana.
But now I have a problem joining the domain....
/usr/local/samba/bin/net ads join -d 10 -U jvanthienen
...
"ads_sasl_spnego_krb5_bind failed with: Miscellaneous failure (see
text) : Did not find a plugin for ccache_ops, calling kinit"
...
Is this ccache plugin really needed? Can I disable this and how ? any idea?
More details:
root at openindiana-san:~# /usr/local/samba/sbin/samba --sho...