Displaying 4 results from an estimated 4 matches for "ldap_anon".
2009 Mar 19
3
root ownership on all new files for admin users
...idmap config MYDOMAIN:backend = ldap
idmap config MYDOMAIN:readonly = yes
idmap config MYDOMAIN:default = yes
idmap config MYDOMAIN:ldap_base_dn = ou=idmap,dc=mydomain,dc=local
idmap config MYDOMAIN:ldap_url = ldaps://ldapmachine
idmap config MYDOMAIN:ldap_anon = yes
idmap alloc backend = tdb
idmap alloc config:range = 30000-49999
template shell = /bin/bash
admin users = @"BUILTIN\administrators"
write list = @"BUILTIN\administrators"
client use spnego = yes
domain master = no...
2007 Jun 20
1
smbd process eating memory
...primary group script = /usr/local/sbin/smbldap-usermod -g "%g" "%u"
passdb backend = ldapsam:ldap://127.0.0.1
idmap alloc backend = ldap
idmap alloc config:range = 20000 - 30000
idmap alloc config:ldap_url = ldap://127.0.0.1
idmap alloc config:ldap_anon = no
idmap alloc config:ldap_user_dn = cn=root,dc=company
idmap alloc config:ldap_base_dn = ou=Idmap,dc=company
idmap domains = DOMAIN2
idmap config CRC: default = yes
idmap config CRC: backend = ldap
idmap config CRC: ldap_url = ldap://127.0.0...
2013 Aug 05
1
TLS between winbind and openldap
...dc=local
ldap idmap suffix = ou=Idmap
ldap suffix = dc=domain,dc=local
ldap ssl = start tls
ldap debug level = 4
ldap debug threshold = 1
idmap uid = 16777216-50000000
idmap gid = 16777216-50000000
idmap config * : backend = ldap
idmap config * : ldap_url = ldap://omv.domain.local
idmap config * : ldap_anon = no
idmap config * : ldap_base_dn = ou=Idmap,dc=domain,dc=local
idmap config * : ldap_user_dn = cn=winbind-idmap,dc=domain,dc=local
idmap config * : range = 16777216-50000000
idmap alloc backend = ldap
idmap alloc config : ldap_url = ldap://omv.domain.local
idmap alloc config : ldap_base_dn = ou=...
2009 Jul 09
0
Classic confusion over new IDMAP params
...ap config JNPR: ldap_url = ldap://localhost
idmap config JNPR: ldap_user_dn =
cn=smbd,ou=samba,dc=jtac-west,dc=jnpr,dc=net
idmap config JNPR: ldap_base_dn =
ou=maps,ou=samba,dc=jtac-west,dc=jnpr,dc=net
idmap alloc backend = ldap
idmap alloc config: ldap_url = ldap://localhost
idmap alloc config: ldap_anon = no
idmap alloc config: ldap_user_dn =
cn=smbd,ou=samba,dc=jtac-west,dc=jnpr,dc=net
idmap alloc config: ldap_base_dn =
ou=maps,ou=samba,dc=jtac-west,dc=jnpr,dc=net
idmap alloc config: range = 100000-200000
I've been able to get Winbind working and wbinfo is reporting what its
supposed to b...