[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1stra/SharpLDAPSearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharpLDAPSearch

C# .NET Assembly to perform LDAP Queries

Usage

Positional arguments for the ldap query and comma-separated attributes to return from the query

If no attributes are specified, all attributes are returned for each object in the query's results

execute-assembly /path/to/SharpLDAPSearch.exe /filter:"ldap query" /properties:"attributes,to,return" /ldap:"LDAP://DC=test,DC=local"

Example

SharpLDAPSearch.exe /filter:"(&(objectClass=user)(cn=*svc*))" /properties:"samaccountname" /ldap:"LDAP://DC=test,DC=local"

Output

svc-admin
svc-ops
spsvcuser

About

C# .NET Assembly to perform LDAP Queries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%