Displaying 2 results from an estimated 2 matches for "confirur".
Did you mean:
configur
2015 Aug 27
2
ldap and ldaps udp needed?
In an earlier post of iptables rules, ldap and ldaps udp were included.
the firewalld service for ldap and ldaps are only tcp. Do people
actually see udp requests comming in for these, or were they included
'for completeness'.
thanks
2013 Oct 28
1
How winbindd is working on DC/member? It ignores rfc2703 on DC, and not showing all users on member server... Where is a error?
...recently installed fresh Samba 4.1.0 on the server as DC, and
completely confused by how winbind is working.
DC provisioned as:
samba-tool domain provision --use-rfc2307 --domain=SAMBA
--realm=samba.local.net --adminpass='<Password>'
--dns-backend=BIND9_DLZ --server-role=dc
DNS is confirured, kerberos too, kinit/klist working fine.
Samba and NSS configuration:
--- smb.conf ---
# Global parameters
[global]
workgroup = SAMBA
realm = samba.local.net
netbios name = NAS
server role = active directory domain controller
server services = s3fs, rpc, nbt, wrepl, ldap, cl...