10 More Discussions You Might Find Interesting
1. Solaris
I have very limited knowledge on LDAP configuration and have been trying fix one issue, but unsuccessful.
The server, I am working on, is Solaris-10 zone. sudoers is configured on LDAP (its not on local server). I have access to login directly on server with root, but somehow sudo is not working... (9 Replies)
Discussion started by: solaris_1977
9 Replies
2. Solaris
Need to find the ldap id's of all the users in my organizations... is there any command??? (4 Replies)
Discussion started by: Syed Imran
4 Replies
3. UNIX for Advanced & Expert Users
Hi
I am searching a tool like "LDAP Administrator 2011.1"/ "LDAP-SQL" but for the CLI.
Wish to use LDAP-SQL in scripts (non Windows GUI environment)
http://ldapadministrator.com/resources/english/2011.1/images/sqlquery_large.png
Softerra LDAP Administrator 2011.1 - What's New
OS is... (2 Replies)
Discussion started by: slashdotweenie
2 Replies
4. Shell Programming and Scripting
without using conventional file searching commands like find etc, is it possible to locate a file if i just know that the file that i'm searching for contains a particular text like "Hello world" or something? (5 Replies)
Discussion started by: arindamlive
5 Replies
5. Red Hat
Hello there everyone.
I have a question. How can you make querys to LDAP server to get the users that hav access on a names server.I'll explain:
I have a lot of servers, and I use LDAP for user authentication. What I want is to make a script that will give me on the server that I want the... (3 Replies)
Discussion started by: theboogymaster
3 Replies
6. Solaris
Hello Guurz,
Simple doubt, Should LDAP master server must be configured as a LADP client as well? (2 Replies)
Discussion started by: bullz26
2 Replies
7. Solaris
Hi,
i'm trying to import LDAP database to a new system and i need help with that. I've got a LDAP schema and a ldif file with all data, so how should i proceed with creating new schema and how to import data.
tnx in advance :) (5 Replies)
Discussion started by: n00b
5 Replies
8. UNIX for Dummies Questions & Answers
Folks;
I need to install/configure LDAP on Solaris 10
Help please (0 Replies)
Discussion started by: Katkota
0 Replies
9. Linux
Can I configure LDAP in Linux Server (ES 3) to make user authentication
for Internet users residing in same LAN ?
Users should be running Windows XP.....
So i mean a cross platform authentication.....
If any one have the solution please help me with details..... (2 Replies)
Discussion started by: dipanrc
2 Replies
10. UNIX for Advanced & Expert Users
I have just installed openldap on solaris 8 machine and would like to configure ldap to store users username and password,
so that users can get authenticate by ldap.
How do I configure ldap to store username and password.
Any suggestion would be appreciated
Thanks in Advance (1 Reply)
Discussion started by: hassan2
1 Replies
LDAPWHOAMI(1) General Commands Manual LDAPWHOAMI(1)
NAME
ldapwhoami - LDAP who am i? tool
SYNOPSIS
ldapwhoami [-n] [-v] [-z] [-d debuglevel] [-D binddn] [-W] [-w passwd] [-y passwdfile] [-H ldapuri] [-h ldaphost] [-p ldapport] [-O secu-
rity-properties] [-I] [-Q] [-U authcid] [-R realm] [-x] [-X authzid] [-Y mech] [-Z[Z]]
DESCRIPTION
ldapwhoami implements the LDAP "Who Am I?" extended operation.
ldapwhoami opens a connection to an LDAP server, binds, and performs a whoami operation.
OPTIONS
-n Show what would be done, but don't actually perform the whoami operation. Useful for debugging in conjunction with -v.
-v Run in verbose mode, with many diagnostics written to standard output.
-d debuglevel
Set the LDAP debugging level to debuglevel. ldapcompare must be compiled with LDAP_DEBUG defined for this option to have any
effect.
-x Use simple authentication instead of SASL.
-D binddn
Use the Distinguished Name binddn to bind to the LDAP directory.
-W Prompt for simple authentication. This is used instead of specifying the password on the command line.
-w passwd
Use passwd as the password for simple authentication.
-y passwdfile
Use complete contents of passwdfile as the password for simple authentication.
-H ldapuri
Specify URI(s) referring to the ldap server(s).
-h ldaphost
Specify an alternate host on which the ldap server is running. Deprecated in favor of -H.
-p ldapport
Specify an alternate TCP port where the ldap server is listening. Deprecated in favor of -H.
-P 2|3 Specify the LDAP protocol version to use.
-O security-properties
Specify SASL security properties.
-I Enable SASL Interactive mode. Always prompt. Default is to prompt only as needed.
-Q Enable SASL Quiet mode. Never prompt.
-U authcid
Specify the authentication ID for SASL bind. The form of the ID depends on the actual SASL mechanism used.
-R realm
Specify the realm of authentication ID for SASL bind. The form of the realm depends on the actual SASL mechanism used.
-X authzid
Specify the requested authorization ID for SASL bind. authzid must be one of the following formats: dn:<distinguished name> or
u:<username>
-Y mech
Specify the SASL mechanism to be used for authentication. If it's not specified, the program will choose the best mechanism the
server knows.
-Z[Z] Issue StartTLS (Transport Layer Security) extended operation. If you use -ZZ, the command will require the operation to be success-
ful.
EXAMPLE
ldapwhoami -x -D "cn=Manager,dc=example,dc=com" -W
SEE ALSO
ldap.conf(5), ldap(3), ldap_extended_s(3)
AUTHOR
The OpenLDAP Project <http://www.openldap.org/>
ACKNOWLEDGEMENTS
OpenLDAP is developed and maintained by The OpenLDAP Project (http://www.openldap.org/). OpenLDAP is derived from University of Michigan
LDAP 3.3 Release.
OpenLDAP 2.1.X RELEASEDATE LDAPWHOAMI(1)