Displaying 1 result from an estimated 1 matches for "videodrome".
2005 May 06
1
issues with 3.0.14a domain member after 2003 dc upgrade
...wn auth type 9 requested.
My krb5.conf looks like the following:
[libdefaults]
        default_realm = EXAMPLE.COM
[realms]
        EXAMPLE.COM = {
        kdc = dc1.example.com:88
        kdc = dc2.example.com:88
        }
My smb.conf looks like the following:
[global] 
        netbios name = VIDEODROME
        socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384
        idmap uid = 10000-20000 
        winbind enum users = yes 
        winbind gid = 10000-20000 
        workgroup = DOMAIN
        os level = 20
        winbind enum groups = yes
        winbind use default domain = yes...