Lost your password?

Blogs about: Ldap Active Directory

Featured Blog

Recursive LDAP function to get nested groups3 comments

Nishant Pant wrote 1 year ago: Here is a simple recursive function that I wrote which will give you nested groups and members for a … more →

Tags: VBScript /VB6, VBScript, VB6, LDAP, Active Directory, LinkedIn

Enumerate members of an Active Directory group in .Net2 comments

Nishant Pant wrote 1 year ago: My previous post [Click Link] shows how to enumerate members of an AD group using an LDAP query writ … more →

Tags: .net 1.1, .NET 2.0, ASP.NET 1.1, ASP.net 2.0

LDAP Query to search a user in AD using his partial last name4 comments

Nishant Pant wrote 3 years ago: Dim User as object Set User = GetUserObjectFromPartialName(‘doe’) Msgbox User.FullName … more →

Tags: VBScript /VB6

Recursive LDAP function to get nested groups (roles) and users1 comment

Nishant Pant wrote 3 years ago: Here is a simple recursive function that I wrote which will give you nested groups and members for a … more →

Tags: VBScript /VB6

LDAP Query to search a user in AD using his partial last name

Nishant Pant wrote 1 year ago: Dim User as object Set User = GetUserObjectFromPartialName(‘doe’) Msgbox User.FullName … more →

Tags: VBScript /VB6, VBScript, VB6, LDAP, Active Directory, Programming


Related Tags
All →

Follow this tag via RSS