Displaying 2 results from an estimated 2 matches for "mydonain".
Did you mean:
mydomain
2007 Jul 30
0
Problems with groups containing other groups in AD in winbind
...urns users X and Y as expected, but
if I do 'getent group B' I get no members. Is this expected to work?
I have winbind related stuff configured as follows:
password server = my.server.com
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
idmap backend = rid:MYDONAIN=16777216-33554431
template shell = /bin/bash
winbind use default domain = yes
winbind enum users = true
winbind enum groups = true
template homedir = /home/%D/%U
allow trusted domains = false
use kerberos keytab = yes
winbind nested groups = yes
I am running samb...
2011 May 30
0
Samba4, bind9
...private/named.conf";
#private/named.conf:
zone "mydomain.local." IN {
type master;
update-policy {
grant MYDOMAIN.LOCAL ms-self * A AAAA;
grant SAMBA4$@MYDOMAIN.LOCAL wildcard * A AAAA SRV CNAME;
grant Administrator at MYDONAIN.LOCAL wildcard * A AAAA SRV CNAME;
};
file "/usr/local/samba/private/dns/mydomain.local.zone";
check-names ignore;
};