Apple Open Directory
Hi,
Im trying to use Open Directory LDAP authentication for VPN logins.
I've set it up for multiple Active Directories and it works great.
But Open Directory does not have a memberOf attribute on user object.
I have found a couple of suggestions on google, but have found nothing that works.
my config is:
config user ldap
edit ldap_name
cnid mail
dn dc=server,dc=domain,dc=local
type regular
username uid=username,cn=users,dc=server,dc=domain,dc=local
password *
group-member-check group-object
group-object-filter "(&(objectclass=posixserver)(memberUid=*))"
member-attr gidNumber
end
If I allow any LDAP group in Group on Fortigate it works.
If I try to specify a group it doesn't match.
I understand that this will not work, since gidNumber on user is only default group.
How can I make fortigate search group objects for user members?
