Martin Lukasik
unread,Apr 5, 2012, 7:56:57 AM4/5/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pgina-devel
Hello,
I've been trying for hours to configure LDAP plugin, so that my
Windows 2008 Server Standard can work with Mac OS LDAP (Open
Directory).
So the plugin checks the password with LDAP, this works great. It
creates local user on Windows Server. But unfortunately, because this
user is not a member of "Remote Desktop Users", I cannot login via
Remote Desktop.
When the plugin creates user locally, it should add it to these two
groups: Users, Remote Desktop Users
In fact, these should be configurable, or fetch-able from LDAP, and
then mappable (so on LDAP all users are in group 'users', and
administrators in 'admins', so it should map LDAP's group 'users' to
windows 'Users', and LDAP 'admins' to windows 'Administrators'.
But even the default to add Users and Remote Desktop Users would solve
the problem...
I don't quite understand how this could ever work?
Thanks,
Martin