I have users which I don't want to have access to osTicket, and I created special group on LDAP: osticket_users. I put there users with right to osTicket. Is it possible to give access only to one group, eg.: osticket_users? How can I achieve it? I was looking at search base, but after changing it I got blocked:-(

by group do you mean ou?I suppose that it if you put uses in a specific OU and then limit the search that that OU that it would mean only those users can auth against LDAP/AD.

I think he means Security Group, like https://technet.microsoft.com/en-us/library/dn579255(v=ws.11).aspxI had a quick squiz at the code, and you'd have to modify it to make that work. Not sure exactly, but https://github.com/osTicket/osTicket-plugins/blob/develop/auth-ldap/authentication.php#L41 or so would require something like &(memberOf={osticket_users}) check.. dunno, would need to actually install it and test it to check. Haven't. :-| If you figure it out, let us know mate.

Write a Reply...