Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ldap_abandon(3) [redhat man page]

LDAP_ABANDON(3) 					     Library Functions Manual						   LDAP_ABANDON(3)

NAME
ldap_abandon - Abandon an LDAP operation in progress SYNOPSIS
#include <ldap.h> int ldap_abandon(ld, msgid) LDAP *ld; int msgid; DESCRIPTION
The ldap_abandon() routine is used to abandon or cancel an LDAP operation in progress. The msgid passed should be the message id of an outstanding LDAP operation, as returned by ldap_search(3), ldap_modify(3), etc. ldap_abandon() checks to see if the result of the operation has already come in. If it has, it deletes it from the queue of pending mes- sages. If not, it sends an LDAP abandon operation to the the LDAP server. The caller can expect that the result of an abandoned operation will not be returned from a future call to ldap_result(3). ERRORS
ldap_abandon() returns 0 if everything goes ok, -1 otherwise, setting ld_errno appropriately. See ldap_error(3) for details. SEE ALSO
ldap(3), ldap_result(3), ldap_error(3) 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.0.27-Release 22 September 1998 LDAP_ABANDON(3)

Check Out this Related Man Page

ldap_abandon(3LDAP)					      LDAP Library Functions					       ldap_abandon(3LDAP)

NAME
ldap_abandon - abandon an LDAP operation in progress SYNOPSIS
cc[ flag... ] file... -lldap[ library... ] #include <lber.h> #include <ldap.h> int ldap_abandon(LDAP *ld, int msgid); DESCRIPTION
The ldap_abandon() function is used to abandon or cancel an LDAP operation in progress. The msgid passed should be the message id of an outstanding LDAP operation, as returned by ldap_search(3LDAP), ldap_modify(3LDAP), etc. ldap_abandon() checks to see if the result of the operation has already come in. If it has, it deletes it from the queue of pending mes- sages. If not, it sends an LDAP abandon operation to the the LDAP server. The caller can expect that the result of an abandoned operation will not be returned from a future call to ldap_result(3LDAP). ERRORS
ldap_abandon() returns 0 if successful or -1otherwise and setting ld_errno appropriately. See ldap_error(3LDAP) for details. ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |Availability |SUNWcsl (32-bit) | | |SUNWcslx (64-bit) | |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
ldap(3LDAP), ldap_result(3LDAP), ldap_error(3LDAP), attributes(5) SunOS 5.11 27 Jan 2002 ldap_abandon(3LDAP)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Urgent help please

Folks; This LDAP client setting is for a project that is due very soon & i'm not able to get it to work I'm new to LDAP setting on Solaris. I tried two methods & i have issues with both: 1. /usr/lib/ldap/idsconfig i followed every step but at the end, i got this error: Checking LDAP Base... (0 Replies)
Discussion started by: Katkota
0 Replies

2. AIX

Timeout problems after enabling LDAP

We have configured an AIX 5.2 system to as an LDAP client to OpenLDAP (running on OS X 10.5 Server). Now many operations hang for approximately 75 seconds before completing. Anything that needs to map user/group id to string does this (for example ls -l) and it appears creating server side sockets... (0 Replies)
Discussion started by: mlw
0 Replies

3. SuSE

user management - LDAP and local files

I am implementing LDAP on Linux based system using openldap. My management objects to the idea that all individual users will authenticate against an LDAP server because “what if it is not available” Their suggestion is that we run in parallel a set of local configured users and a set of LDAP... (1 Reply)
Discussion started by: scampi
1 Replies

4. UNIX for Advanced & Expert Users

User's deletion in OpenLDAP

Hi, I am using OpenLDAP for authenticating my postfix mail server. Now i have to clean up some resigned users from the LDAP directory. I have the list of common names (CN) with me, how can i delete the LDAP users form with that list. Regards, Hima Kiran (2 Replies)
Discussion started by: ghimakiran
2 Replies

5. Solaris

LDAP

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

6. AIX

Mix LDAP and LOCAL user on AIX

Hello, I'm currently trying to mix local and LDAP users on an AIX 7.1. I've triied many things. My LDAP Server in on a CentOS - OpenLDAP (which works fine with linux). I'm currently stuck on AIX at how to declare LDAP AND Local users. Here's what i did : /usr/sbin/mksecldap -c -h 'ldap03'... (15 Replies)
Discussion started by: AIX_user_324891
15 Replies

7. Solaris

LDAP Client not connecting to LDAP server

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

8. Red Hat

Suggestions for GUI/self-service for OpenLDAP

Hello, I will be setting up OpenLDAP 2.4 on RHEL 7.3. I have used Jxplorer in past, which looks clumsy but did the work. As per I read, Apache Studio works better. Suggestions on this ? Also, I am looking if there can self-service capability. That means, users can get advance notification of... (1 Reply)
Discussion started by: solaris_1977
1 Replies

9. UNIX for Advanced & Expert Users

"sudo su -" showing lot of information on OpenLDAP

Hello, I have configured new LDAP and new LDAP clients. When I do "sudo su -", it shows me lot of information, which is not required on screen. I am not sure, if any debug mode is enabled or from where it can be turned off. Please suggest, if it is know for you. -bash-3.2$ sudo su - sudo:... (8 Replies)
Discussion started by: solaris_1977
8 Replies