08-20-2020, 01:57 AM
Hello Everyone,
I am facing a new issue here.
I can login with my active directory now, but anything I put in the login in window it will auto create the user also...
Here is my tactic-conf.xml.
I tried the <auto_create_users>false</auto_create_users> and <authenticate_mode>default</authenticate_mode> but it not works.
And the <group_mapping> is not working either...
Here is what I did as:
http://community.southpawtech.com/docs/s...re-tactic/
I think maybe I missed some step there.
Thank you.
I am facing a new issue here.
I can login with my active directory now, but anything I put in the login in window it will auto create the user also...
Here is my tactic-conf.xml.
Code:
<security>
<authenticate_class>pyasm.security.LdapADAuthenticate</authenticate_class>
<authenticate_mode>false</authenticate_mode>
<allow_guest>false</allow_guest>
<ldap_server>ldap://localhost:389</ldap_server>
<bind_dn>cn=tactic01,ou=TacticOU,dc=coffee,dc=com</bind_dn>
<bind_password>Abcd001</bind_password>
<base_dn>dc=coffee,dc=com</base_dn>
<group_mapping>
{
"TacticOU": "Users"
}
</group_mapping>
</security>
<active_directory>
<allow>all</allow>
<handle_groups>false</handle_groups>
</active_directory>
I tried the <auto_create_users>false</auto_create_users> and <authenticate_mode>default</authenticate_mode> but it not works.
And the <group_mapping> is not working either...
Here is what I did as:
http://community.southpawtech.com/docs/s...re-tactic/
I think maybe I missed some step there.
Thank you.