You are not logged in.
Pages: 1
Hello,
is there any working example how to search for user in AD using mORMot2? (meanmormot.net.ldap.pas unit)
Offline
Use the TLdapClient class or the TLdapCheckMember class, if you just need to check user credentials.
Each method is very documented in the source code.
I just published some of my test code (with a lot of alternates) here:
https://gist.github.com/synopse/d0d1da8 … c84f50e544
Just to give you an idea.
You can also search this forum.
Like https://synopse.info/forum/viewtopic.php?id=6693
There is a LdapAdmin fork using mORMot too:
https://github.com/ibv/LDAP-Admin
Online
Pages: 1