Hi All,
I am trying to get the cobbler webui to use LDAP authorization against our LDAP server. I check the correct LDAP configuration with demo_connect.py. I have can authenticated with any user of LDAP without password (no anonymous binding), but the authorization seems to be "not necessary". In LDAP access log no appears any connection, I guess that it does not authorized with LDAP server. I want to authorizing only the LDAP user from users.conf. How is it possible? I use cobbler 2.0.3.1 and my configuration is the next: In modules.conf: [authentication] module = authn_ldap [authorization] module = authz_configfile In settings: ldap_server: "ldap.xxxxx.org" ldap_base_dn: "dc=xxxxx,dc=org" ldap_port: 389 ldap_tls: 1 ldap_anonymous_bind: 0 ldap_search_bind_dn: 'uid=cobbler,ou=system,dc=xxxx,dc=org' ldap_search_passwd: 'password' ldap_search_prefix: 'uid=' In users.conf: [dxs] cobbler = " " admin = " "
_______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
