Group authentification Posted by shirley1 28 Jul 2010 17:49 GMT-0000 Hi My ldap connection works great. However all the users of the AD can acces to the wiki. I want that only the members of the group X( active directory) log in the wiki. where can i put this filter ? I'm using tikiwiki 4.2 thanks.
Posted by sylvie greverend 28 Jul 2010 18:51 GMT-0000 So far I know - no - But you can always tune the permission so that only users of the group can see things If you can modify the code in lib/userslib.php after $this->validate_user_ldap( add somethinbg like that $userGroups = $tikilib->get_user_groups($user); and check if your group is in userGroups Good luck
Posted by shirley1 28 Jul 2010 19:50 GMT-0000 Thanks however the function get_user_groups returns the tiki groups . I need in this case the Active directory groups of the user. Do you know what is the function?
Posted by RadoS 17 May 2016 13:26 GMT-0000 AD groups can be made to sync into tiki-groups, see LDAP config for groups.