Skip to content

Instantly share code, notes, and snippets.

@beathyate
Created November 30, 2011 23:02
Show Gist options
  • Select an option

  • Save beathyate/1411671 to your computer and use it in GitHub Desktop.

Select an option

Save beathyate/1411671 to your computer and use it in GitHub Desktop.
Comando base para OpenLDAP en Lion Server
ldapsearch -h <host.domain.tld> -p 389 -x -LLL -s sub -b "cn=Users,<dc=host,dc=domain,dc=tld>" <filter>
@beathyate
Copy link
Copy Markdown
Author

Cambiar 389 por 636 si se usa SSL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment