search for: kyao

Displaying 4 results from an estimated 4 matches for "kyao".

Did you mean: gyao
2015 Jan 08
0
Smbd dumps core while starting
On 08/01/15 14:36, dish kyao wrote: > i'm authenticating to Windows 2012 AD. > > tried below configuration. same result. > [global] > workgroup = NAMDEV > realm = NAMDEV.NSROOTDEV.NET <http://namdev.nsrootdev.net/> > username map = /etc/opt/samba/users.map > disable netbios = yes >...
2015 Jan 08
3
Smbd dumps core while starting
updated smb.conf, still same error. details below. # cat /etc/samba/smb.conf [global] workgroup = NAMDEV realm = NAMDEV.NSROOTDEV.NET <http://namdev.nsrootdev.net/> client ldap sasl wrapping = seal ;username map = /etc/opt/samba/users.map encrypt passwords = yes client ntlmv2 auth = yes client lanman auth = no client plaintext auth = no lanman auth = no ntlm auth
2015 Jan 08
1
compile only samba file server components
is it possible to compile only smbd(file server) components with samba source 4.1.12? having -without-ad-dc and -without-winbind options in configure, still see other commponents compiled. using following steps to compile on AIX 6.1 with XLC. unset LIBPATH unset LD_LIBRARY_PATH export InstallDir=/opt/samba export OBJECT_MODE=64 export CC="/opt/IBM/xlC/13.1.0/bin/xlc_r -g" export
2015 Jan 08
3
Smbd dumps core while starting
Only looking for file server solution. export LIBPATH=/opt/samba/lib /opt/samba/sbin/smbd ?D cat smb.conf [global] security = ads password server = * workgroup = ABC.NET username map = /etc/opt/samba/users.map encrypt passwords = yes client ntlmv2 auth = yes client lanman auth = no client plaintext auth = no lanman auth = no ntlm auth = no server signing = auto max protocol = SMB2 ;Enter