.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. | will give a .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to .\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' .\" expand to `' in nroff, nothing in troff, for use with C<>. .tr \(*W-|\(bv\*(Tr .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .\" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .hy 0 .if n .na .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "Net::LDAP::Constant 3" .TH Net::LDAP::Constant 3 "2008-09-21" "perl v5.8.4" "User Contributed Perl Documentation" .SH "NAME" Net::LDAP::Constant \- Constants for use with Net::LDAP .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 \& use Net::LDAP qw(LDAP_SUCCESS LDAP_PROTOCOL_ERROR); .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBNet::LDAP::Constant\fR exports constant subroutines for the following \s-1LDAP\s0 error codes. .Sh "Protocol Constants" .IX Subsection "Protocol Constants" .IP "\s-1LDAP_SUCCESS\s0 (0)" 4 .IX Item "LDAP_SUCCESS (0)" Operation completed without error .IP "\s-1LDAP_OPERATIONS_ERROR\s0 (1)" 4 .IX Item "LDAP_OPERATIONS_ERROR (1)" Server encountered an internal error .IP "\s-1LDAP_PROTOCOL_ERROR\s0 (2)" 4 .IX Item "LDAP_PROTOCOL_ERROR (2)" Unrecognized version number or incorrect \s-1PDU\s0 structure .IP "\s-1LDAP_TIMELIMIT_EXCEEDED\s0 (3)" 4 .IX Item "LDAP_TIMELIMIT_EXCEEDED (3)" The time limit on a search operation has been exceeded .IP "\s-1LDAP_SIZELIMIT_EXCEEDED\s0 (4)" 4 .IX Item "LDAP_SIZELIMIT_EXCEEDED (4)" The maximum number of search results to return has been exceeded. .IP "\s-1LDAP_COMPARE_FALSE\s0 (5)" 4 .IX Item "LDAP_COMPARE_FALSE (5)" This code is returned when a compare request completes and the attribute value given is not in the entry specified .IP "\s-1LDAP_COMPARE_TRUE\s0 (6)" 4 .IX Item "LDAP_COMPARE_TRUE (6)" This code is returned when a compare request completes and the attribute value given is in the entry specified .IP "\s-1LDAP_AUTH_METHOD_NOT_SUPPORTED\s0 (7)" 4 .IX Item "LDAP_AUTH_METHOD_NOT_SUPPORTED (7)" Unrecognized \s-1SASL\s0 mechanism name .IP "\s-1LDAP_STRONG_AUTH_NOT_SUPPORTED\s0 (7)" 4 .IX Item "LDAP_STRONG_AUTH_NOT_SUPPORTED (7)" Unrecognized \s-1SASL\s0 mechanism name .IP "\s-1LDAP_STRONG_AUTH_REQUIRED\s0 (8)" 4 .IX Item "LDAP_STRONG_AUTH_REQUIRED (8)" The server requires authentication be performed with a \s-1SASL\s0 mechanism .IP "\s-1LDAP_PARTIAL_RESULTS\s0 (9)" 4 .IX Item "LDAP_PARTIAL_RESULTS (9)" Returned to version 2 clients when a referral is returned. The response will contain a list of \s-1URL\s0's for other servers. .IP "\s-1LDAP_REFERRAL\s0 (10)" 4 .IX Item "LDAP_REFERRAL (10)" The server is referring the client to another server. The response will contain a list of \s-1URL\s0's .IP "\s-1LDAP_ADMIN_LIMIT_EXCEEDED\s0 (11)" 4 .IX Item "LDAP_ADMIN_LIMIT_EXCEEDED (11)" The server has exceed the maximum number of entries to search while gathering a list of search result candidates .IP "\s-1LDAP_UNAVAILABLE_CRITICAL_EXT\s0 (12)" 4 .IX Item "LDAP_UNAVAILABLE_CRITICAL_EXT (12)" A control or matching rule specified in the request is not supported by the server .IP "\s-1LDAP_CONFIDENTIALITY_REQUIRED\s0 (13)" 4 .IX Item "LDAP_CONFIDENTIALITY_REQUIRED (13)" This result code is returned when confidentiality is required to perform a given operation .IP "\s-1LDAP_SASL_BIND_IN_PROGRESS\s0 (14)" 4 .IX Item "LDAP_SASL_BIND_IN_PROGRESS (14)" The server requires the client to send a new bind request, with the same \s-1SASL\s0 mechanism, to continue the authentication process .IP "\s-1LDAP_NO_SUCH_ATTRIBUTE\s0 (16)" 4 .IX Item "LDAP_NO_SUCH_ATTRIBUTE (16)" The request referenced an attribute that does not exist .IP "\s-1LDAP_UNDEFINED_TYPE\s0 (17)" 4 .IX Item "LDAP_UNDEFINED_TYPE (17)" The request contains an undefined attribute type .IP "\s-1LDAP_INAPPROPRIATE_MATCHING\s0 (18)" 4 .IX Item "LDAP_INAPPROPRIATE_MATCHING (18)" An extensible matching rule in the given filter does not apply to the specified attribute .IP "\s-1LDAP_CONSTRAINT_VIOLATION\s0 (19)" 4 .IX Item "LDAP_CONSTRAINT_VIOLATION (19)" The request contains a value which does not meet with certain constraints. This result can be returned as a consequence of .RS 4 .IP "*" 4 The request was to add or modify a user password, and the password fails to meet the criteria the server is configured to check. This could be that the password is too short, or a recognizable word (e.g. it matches one of the attributes in the users entry) or it matches a previous password used by the same user. .IP "*" 4 The request is a bind request to a user account that has been locked .RE .RS 4 .RE .IP "\s-1LDAP_TYPE_OR_VALUE_EXISTS\s0 (20)" 4 .IX Item "LDAP_TYPE_OR_VALUE_EXISTS (20)" The request attempted to add an attribute type or value that already exists .IP "\s-1LDAP_INVALID_SYNTAX\s0 (21)" 4 .IX Item "LDAP_INVALID_SYNTAX (21)" Some part of the request contained an invalid syntax. It could be a search with an invalid filter or a request to modify the schema and the given schema has a bad syntax. .IP "\s-1LDAP_NO_SUCH_OBJECT\s0 (32)" 4 .IX Item "LDAP_NO_SUCH_OBJECT (32)" The server cannot find an object specified in the request .IP "\s-1LDAP_ALIAS_PROBLEM\s0 (33)" 4 .IX Item "LDAP_ALIAS_PROBLEM (33)" Server encountered a problem while attempting to dereference an alias .IP "\s-1LDAP_INVALID_DN_SYNTAX\s0 (34)" 4 .IX Item "LDAP_INVALID_DN_SYNTAX (34)" The request contained an invalid \s-1DN\s0 .IP "\s-1LDAP_IS_LEAF\s0 (35)" 4 .IX Item "LDAP_IS_LEAF (35)" The specified entry is a leaf entry .IP "\s-1LDAP_ALIAS_DEREF_PROBLEM\s0 (36)" 4 .IX Item "LDAP_ALIAS_DEREF_PROBLEM (36)" Server encountered a problem while attempting to dereference an alias .IP "\s-1LDAP_INAPPROPRIATE_AUTH\s0 (48)" 4 .IX Item "LDAP_INAPPROPRIATE_AUTH (48)" The server requires the client which had attempted to bind anonymously or without supplying credentials to provide some form of credentials .IP "\s-1LDAP_INVALID_CREDENTIALS\s0 (49)" 4 .IX Item "LDAP_INVALID_CREDENTIALS (49)" The wrong password was supplied or the \s-1SASL\s0 credentials could not be processed .IP "\s-1LDAP_INSUFFICIENT_ACCESS\s0 (50)" 4 .IX Item "LDAP_INSUFFICIENT_ACCESS (50)" The client does not have sufficient access to perform the requested operation .IP "\s-1LDAP_BUSY\s0 (51)" 4 .IX Item "LDAP_BUSY (51)" The server is too busy to perform requested operation .IP "\s-1LDAP_UNAVAILABLE\s0 (52)" 4 .IX Item "LDAP_UNAVAILABLE (52)" The server in unavailable to perform the request, or the server is shutting down .IP "\s-1LDAP_UNWILLING_TO_PERFORM\s0 (53)" 4 .IX Item "LDAP_UNWILLING_TO_PERFORM (53)" The server is unwilling to perform the requested operation .IP "\s-1LDAP_LOOP_DETECT\s0 (54)" 4 .IX Item "LDAP_LOOP_DETECT (54)" The server was unable to perform the request due to an internal loop detected .IP "\s-1LDAP_SORT_CONTROL_MISSING\s0 (60)" 4 .IX Item "LDAP_SORT_CONTROL_MISSING (60)" The search contained a \*(L"virtual list view\*(R" control, but not a server-side sorting control, which is required when a \*(L"virtual list view\*(R" is given. .IP "\s-1LDAP_INDEX_RANGE_ERROR\s0 (61)" 4 .IX Item "LDAP_INDEX_RANGE_ERROR (61)" The search contained a control for a \*(L"virtual list view\*(R" and the results exceeded the range specified by the requested offsets. .IP "\s-1LDAP_NAMING_VIOLATION\s0 (64)" 4 .IX Item "LDAP_NAMING_VIOLATION (64)" The request violates the structure of the \s-1DIT\s0 .IP "\s-1LDAP_OBJECT_CLASS_VIOLATION\s0 (65)" 4 .IX Item "LDAP_OBJECT_CLASS_VIOLATION (65)" The request specifies a change to an existing entry or the addition of a new entry that does not comply with the servers schema .IP "\s-1LDAP_NOT_ALLOWED_ON_NONLEAF\s0 (66)" 4 .IX Item "LDAP_NOT_ALLOWED_ON_NONLEAF (66)" The requested operation is not allowed on an entry that has child entries .IP "\s-1LDAP_NOT_ALLOWED_ON_RDN\s0 (67)" 4 .IX Item "LDAP_NOT_ALLOWED_ON_RDN (67)" The requested operation ill affect the \s-1RDN\s0 of the entry .IP "\s-1LDAP_ALREADY_EXISTS\s0 (68)" 4 .IX Item "LDAP_ALREADY_EXISTS (68)" The client attempted to add an entry that already exists. This can occur as a result of .RS 4 .IP "*" 4 An add request was submitted with a \s-1DN\s0 that already exists .IP "*" 4 A modify \s-1DN\s0 requested was submitted, where the requested new \s-1DN\s0 already exists .IP "*" 4 The request is adding an attribute to the schema and an attribute with the given \s-1OID\s0 or name already exists .RE .RS 4 .RE .IP "\s-1LDAP_NO_OBJECT_CLASS_MODS\s0 (69)" 4 .IX Item "LDAP_NO_OBJECT_CLASS_MODS (69)" Request attempt to modify the object class of an entry that should not be modified .IP "\s-1LDAP_RESULTS_TOO_LARGE\s0 (70)" 4 .IX Item "LDAP_RESULTS_TOO_LARGE (70)" The results of the request are to large .IP "\s-1LDAP_AFFECTS_MULTIPLE_DSAS\s0 (71)" 4 .IX Item "LDAP_AFFECTS_MULTIPLE_DSAS (71)" The requested operation needs to be performed on multiple servers where the requested operation is not permitted .IP "\s-1LDAP_OTHER\s0 (80)" 4 .IX Item "LDAP_OTHER (80)" An unknown error has occurred .IP "\s-1LDAP_SERVER_DOWN\s0 (81)" 4 .IX Item "LDAP_SERVER_DOWN (81)" \&\f(CW\*(C`Net::LDAP\*(C'\fR cannot establish a connection or the connection has been lost .IP "\s-1LDAP_LOCAL_ERROR\s0 (82)" 4 .IX Item "LDAP_LOCAL_ERROR (82)" An error occurred in \f(CW\*(C`Net::LDAP\*(C'\fR .IP "\s-1LDAP_ENCODING_ERROR\s0 (83)" 4 .IX Item "LDAP_ENCODING_ERROR (83)" \&\f(CW\*(C`Net::LDAP\*(C'\fR encountered an error while encoding the request packet that would have been sent to the server .IP "\s-1LDAP_DECODING_ERROR\s0 (84)" 4 .IX Item "LDAP_DECODING_ERROR (84)" \&\f(CW\*(C`Net::LDAP\*(C'\fR encountered an error while decoding a response packet from the server. .IP "\s-1LDAP_TIMEOUT\s0 (85)" 4 .IX Item "LDAP_TIMEOUT (85)" \&\f(CW\*(C`Net::LDAP\*(C'\fR timeout while waiting for a response from the server .IP "\s-1LDAP_AUTH_UNKNOWN\s0 (86)" 4 .IX Item "LDAP_AUTH_UNKNOWN (86)" The method of authentication requested in a bind request is unknown to the server .IP "\s-1LDAP_FILTER_ERROR\s0 (87)" 4 .IX Item "LDAP_FILTER_ERROR (87)" An error occurred while encoding the given search filter. .IP "\s-1LDAP_USER_CANCELED\s0 (88)" 4 .IX Item "LDAP_USER_CANCELED (88)" The user canceled the operation .IP "\s-1LDAP_PARAM_ERROR\s0 (89)" 4 .IX Item "LDAP_PARAM_ERROR (89)" An invalid parameter was specified .IP "\s-1LDAP_NO_MEMORY\s0 (90)" 4 .IX Item "LDAP_NO_MEMORY (90)" Out of memory error .IP "\s-1LDAP_CONNECT_ERROR\s0 (91)" 4 .IX Item "LDAP_CONNECT_ERROR (91)" A connection to the server could not be established .IP "\s-1LDAP_NOT_SUPPORTED\s0 (92)" 4 .IX Item "LDAP_NOT_SUPPORTED (92)" An attempt has been made to use a feature not supported by Net::LDAP .IP "\s-1LDAP_CONTROL_NOT_FOUND\s0 (93)" 4 .IX Item "LDAP_CONTROL_NOT_FOUND (93)" The controls required to perform the requested operation were not found. .IP "\s-1LDAP_NO_RESULTS_RETURNED\s0 (94)" 4 .IX Item "LDAP_NO_RESULTS_RETURNED (94)" No results were returned from the server. .IP "\s-1LDAP_MORE_RESULTS_TO_RETURN\s0 (95)" 4 .IX Item "LDAP_MORE_RESULTS_TO_RETURN (95)" There are more results in the chain of results. .IP "\s-1LDAP_CLIENT_LOOP\s0 (96)" 4 .IX Item "LDAP_CLIENT_LOOP (96)" A loop has been detected. For example when following referals. .IP "\s-1LDAP_REFERRAL_LIMIT_EXCEEDED\s0 (97)" 4 .IX Item "LDAP_REFERRAL_LIMIT_EXCEEDED (97)" The referral hop limit has been exceeded. .Sh "Control OIDs" .IX Subsection "Control OIDs" .IP "\s-1LDAP_CONTROL_SORTREQUEST\s0 (1.2.840.113556.1.4.473)" 4 .IX Item "LDAP_CONTROL_SORTREQUEST (1.2.840.113556.1.4.473)" .PD 0 .IP "\s-1LDAP_CONTROL_SORTRESULT\s0 (1.2.840.113556.1.4.474)" 4 .IX Item "LDAP_CONTROL_SORTRESULT (1.2.840.113556.1.4.474)" .IP "\s-1LDAP_CONTROL_VLVREQUEST\s0 (2.16.840.1.113730.3.4.9)" 4 .IX Item "LDAP_CONTROL_VLVREQUEST (2.16.840.1.113730.3.4.9)" .IP "\s-1LDAP_CONTROL_VLVRESPONSE\s0 (2.16.840.1.113730.3.4.10)" 4 .IX Item "LDAP_CONTROL_VLVRESPONSE (2.16.840.1.113730.3.4.10)" .IP "\s-1LDAP_CONTROL_PROXYAUTHENTICATION\s0 (2.16.840.1.113730.3.4.18)" 4 .IX Item "LDAP_CONTROL_PROXYAUTHENTICATION (2.16.840.1.113730.3.4.18)" .IP "\s-1LDAP_CONTROL_PAGED\s0 (1.2.840.113556.1.4.319)" 4 .IX Item "LDAP_CONTROL_PAGED (1.2.840.113556.1.4.319)" .IP "\s-1LDAP_CONTROL_TREE_DELETE\s0 (1.2.840.113556.1.4.805)" 4 .IX Item "LDAP_CONTROL_TREE_DELETE (1.2.840.113556.1.4.805)" .IP "\s-1LDAP_CONTROL_MATCHEDVALS\s0 (1.2.826.0.1.3344810.2.2)" 4 .IX Item "LDAP_CONTROL_MATCHEDVALS (1.2.826.0.1.3344810.2.2)" .IP "\s-1LDAP_CONTROL_MATCHEDVALUES\s0 (1.2.826.0.1.3344810.2.3)" 4 .IX Item "LDAP_CONTROL_MATCHEDVALUES (1.2.826.0.1.3344810.2.3)" .IP "\s-1LDAP_CONTROL_MANAGEDSAIT\s0 (2.16.840.1.113730.3.4.2)" 4 .IX Item "LDAP_CONTROL_MANAGEDSAIT (2.16.840.1.113730.3.4.2)" .IP "\s-1LDAP_CONTROL_PERSISTENTSEARCH\s0 (2.16.840.1.113730.3.4.3)" 4 .IX Item "LDAP_CONTROL_PERSISTENTSEARCH (2.16.840.1.113730.3.4.3)" .IP "\s-1LDAP_CONTROL_ENTRYCHANGE\s0 (2.16.840.1.113730.3.4.7)" 4 .IX Item "LDAP_CONTROL_ENTRYCHANGE (2.16.840.1.113730.3.4.7)" .IP "\s-1LDAP_CONTROL_PWEXPIRED\s0 (2.16.840.1.113730.3.4.4)" 4 .IX Item "LDAP_CONTROL_PWEXPIRED (2.16.840.1.113730.3.4.4)" .IP "\s-1LDAP_CONTROL_PWEXPIRING\s0 (2.16.840.1.113730.3.4.5)" 4 .IX Item "LDAP_CONTROL_PWEXPIRING (2.16.840.1.113730.3.4.5)" .IP "\s-1LDAP_CONTROL_REFERRALS\s0 (1.2.840.113556.1.4.616)" 4 .IX Item "LDAP_CONTROL_REFERRALS (1.2.840.113556.1.4.616)" .IP "\s-1LDAP_CONTROL_PASSWORDPOLICY\s0 (1.3.6.1.4.1.42.2.27.8.5.1)" 4 .IX Item "LDAP_CONTROL_PASSWORDPOLICY (1.3.6.1.4.1.42.2.27.8.5.1)" .IP "\s-1LDAP_CONTROL_PREREAD\s0 (1.3.6.1.1.13.1)" 4 .IX Item "LDAP_CONTROL_PREREAD (1.3.6.1.1.13.1)" .IP "\s-1LDAP_CONTROL_POSTREAD\s0 (1.3.6.1.1.13.2)" 4 .IX Item "LDAP_CONTROL_POSTREAD (1.3.6.1.1.13.2)" .IP "\s-1LDAP_CONTROL_ASSERTION\s0 (1.3.6.1.1.12)" 4 .IX Item "LDAP_CONTROL_ASSERTION (1.3.6.1.1.12)" .IP "\s-1LDAP_CONTROL_SYNC\s0 (1.3.6.1.4.1.4203.1.9.1.1)" 4 .IX Item "LDAP_CONTROL_SYNC (1.3.6.1.4.1.4203.1.9.1.1)" .IP "\s-1LDAP_CONTROL_SYNC_STATE\s0 (1.3.6.1.4.1.4203.1.9.1.2)" 4 .IX Item "LDAP_CONTROL_SYNC_STATE (1.3.6.1.4.1.4203.1.9.1.2)" .IP "\s-1LDAP_CONTROL_SYNC_DONE\s0 (1.3.6.1.4.1.4203.1.9.1.3)" 4 .IX Item "LDAP_CONTROL_SYNC_DONE (1.3.6.1.4.1.4203.1.9.1.3)" .IP "\s-1LDAP_SYNC_INFO\s0 (1.3.6.1.4.1.4203.1.9.1.4)" 4 .IX Item "LDAP_SYNC_INFO (1.3.6.1.4.1.4203.1.9.1.4)" .PD .Sh "Control constants" .IX Subsection "Control constants" .IP "\s-1LDAP_PP_PASSWORD_EXPIRED\s0 (0) [\s-1LDAP_CONTROL_PASSWORDPOLICY\s0]" 4 .IX Item "LDAP_PP_PASSWORD_EXPIRED (0) [LDAP_CONTROL_PASSWORDPOLICY]" The account's password has expired. .IP "\s-1LDAP_PP_ACCOUNT_LOCKED\s0 (1) [\s-1LDAP_CONTROL_PASSWORDPOLICY\s0]" 4 .IX Item "LDAP_PP_ACCOUNT_LOCKED (1) [LDAP_CONTROL_PASSWORDPOLICY]" The account is locked. .IP "\s-1LDAP_PP_CHANGE_AFTER_RESET\s0 (2) [\s-1LDAP_CONTROL_PASSWORDPOLICY\s0]" 4 .IX Item "LDAP_PP_CHANGE_AFTER_RESET (2) [LDAP_CONTROL_PASSWORDPOLICY]" The account's password has been reset and now must be changed. .IP "\s-1LDAP_PP_PASSWORD_MOD_NOT_ALLOWED\s0 (3) [\s-1LDAP_CONTROL_PASSWORDPOLICY\s0]" 4 .IX Item "LDAP_PP_PASSWORD_MOD_NOT_ALLOWED (3) [LDAP_CONTROL_PASSWORDPOLICY]" The account's password may not be modified. .IP "\s-1LDAP_PP_MUST_SUPPLY_OLD_PASSWORD\s0 (4) [\s-1LDAP_CONTROL_PASSWORDPOLICY\s0]" 4 .IX Item "LDAP_PP_MUST_SUPPLY_OLD_PASSWORD (4) [LDAP_CONTROL_PASSWORDPOLICY]" The old password must also be supplied when setting a new password. .IP "\s-1LDAP_PP_INSUFFICIENT_PASSWORD_QUALITY\s0 (5) [\s-1LDAP_CONTROL_PASSWORDPOLICY\s0]" 4 .IX Item "LDAP_PP_INSUFFICIENT_PASSWORD_QUALITY (5) [LDAP_CONTROL_PASSWORDPOLICY]" The new password was not of sufficient quality. .IP "\s-1LDAP_PP_PASSWORD_TOO_SHORT\s0 (6) [\s-1LDAP_CONTROL_PASSWORDPOLICY\s0]" 4 .IX Item "LDAP_PP_PASSWORD_TOO_SHORT (6) [LDAP_CONTROL_PASSWORDPOLICY]" The new password was too short. .IP "\s-1LDAP_PP_PASSWORD_TOO_YOUNG\s0 (7) [\s-1LDAP_CONTROL_PASSWORDPOLICY\s0]" 4 .IX Item "LDAP_PP_PASSWORD_TOO_YOUNG (7) [LDAP_CONTROL_PASSWORDPOLICY]" The previous password was changed too recently. .IP "\s-1LDAP_PP_PASSWORD_IN_HISTORY\s0 (8) [\s-1LDAP_CONTROL_PASSWORDPOLICY\s0]" 4 .IX Item "LDAP_PP_PASSWORD_IN_HISTORY (8) [LDAP_CONTROL_PASSWORDPOLICY]" The new password was used too recently. .IP "\s-1LDAP_SYNC_NONE\s0 (0) [\s-1LDAP_CONTROL_SYNC\s0]" 4 .IX Item "LDAP_SYNC_NONE (0) [LDAP_CONTROL_SYNC]" .PD 0 .IP "\s-1LDAP_SYNC_REFRESH_ONLY\s0 (1) [\s-1LDAP_CONTROL_SYNC\s0]" 4 .IX Item "LDAP_SYNC_REFRESH_ONLY (1) [LDAP_CONTROL_SYNC]" .IP "\s-1LDAP_SYNC_RESERVED\s0 (2) [\s-1LDAP_CONTROL_SYNC\s0]" 4 .IX Item "LDAP_SYNC_RESERVED (2) [LDAP_CONTROL_SYNC]" .IP "\s-1LDAP_SYNC_REFRESH_AND_PERSIST\s0 (3) [\s-1LDAP_CONTROL_SYNC\s0]" 4 .IX Item "LDAP_SYNC_REFRESH_AND_PERSIST (3) [LDAP_CONTROL_SYNC]" .IP "\s-1LDAP_SYNC_REFRESH_PRESENTS\s0 (0) [\s-1LDAP_SYNC_INFO\s0]" 4 .IX Item "LDAP_SYNC_REFRESH_PRESENTS (0) [LDAP_SYNC_INFO]" .IP "\s-1LDAP_SYNC_REFRESH_DELETES\s0 (1) [\s-1LDAP_SYNC_INFO\s0]" 4 .IX Item "LDAP_SYNC_REFRESH_DELETES (1) [LDAP_SYNC_INFO]" .IP "\s-1LDAP_TAG_SYNC_NEW_COOKIE\s0 (0x80) [\s-1LDAP_SYNC_INFO\s0]" 4 .IX Item "LDAP_TAG_SYNC_NEW_COOKIE (0x80) [LDAP_SYNC_INFO]" .IP "\s-1LDAP_TAG_SYNC_REFRESH_DELETE\s0 (0xa1) [\s-1LDAP_SYNC_INFO\s0]" 4 .IX Item "LDAP_TAG_SYNC_REFRESH_DELETE (0xa1) [LDAP_SYNC_INFO]" .IP "\s-1LDAP_TAG_SYNC_REFRESH_PRESENT\s0 (0xa2) [\s-1LDAP_SYNC_INFO\s0]" 4 .IX Item "LDAP_TAG_SYNC_REFRESH_PRESENT (0xa2) [LDAP_SYNC_INFO]" .IP "\s-1LDAP_TAG_SYNC_ID_SET\s0 (0xa3) [\s-1LDAP_SYNC_INFO\s0]" 4 .IX Item "LDAP_TAG_SYNC_ID_SET (0xa3) [LDAP_SYNC_INFO]" .IP "\s-1LDAP_TAG_SYNC_COOKIE\s0 (0x04) [\s-1LDAP_SYNC_INFO\s0]" 4 .IX Item "LDAP_TAG_SYNC_COOKIE (0x04) [LDAP_SYNC_INFO]" .IP "\s-1LDAP_TAG_REFRESHDELETES\s0 (0x01) [\s-1LDAP_SYNC_INFO\s0]" 4 .IX Item "LDAP_TAG_REFRESHDELETES (0x01) [LDAP_SYNC_INFO]" .IP "\s-1LDAP_TAG_REFRESHDONE\s0 (0x01) [\s-1LDAP_SYNC_INFO\s0]" 4 .IX Item "LDAP_TAG_REFRESHDONE (0x01) [LDAP_SYNC_INFO]" .IP "\s-1LDAP_TAG_RELOAD_HINT\s0 (0x01) [\s-1LDAP_CONTROL_SYNC\s0]" 4 .IX Item "LDAP_TAG_RELOAD_HINT (0x01) [LDAP_CONTROL_SYNC]" .IP "\s-1LDAP_SYNC_PRESENT\s0 (0) [\s-1LDAP_CONTROL_SYNC_STATE\s0]" 4 .IX Item "LDAP_SYNC_PRESENT (0) [LDAP_CONTROL_SYNC_STATE]" .IP "\s-1LDAP_SYNC_ADD\s0 (1) [\s-1LDAP_CONTROL_SYNC_STATE\s0]" 4 .IX Item "LDAP_SYNC_ADD (1) [LDAP_CONTROL_SYNC_STATE]" .IP "\s-1LDAP_SYNC_MODIFY\s0 (2) [\s-1LDAP_CONTROL_SYNC_STATE\s0]" 4 .IX Item "LDAP_SYNC_MODIFY (2) [LDAP_CONTROL_SYNC_STATE]" .IP "\s-1LDAP_SYNC_DELETE\s0 (3) [\s-1LDAP_CONTROL_SYNC_STATE\s0]" 4 .IX Item "LDAP_SYNC_DELETE (3) [LDAP_CONTROL_SYNC_STATE]" .PD .Sh "Extension OIDs" .IX Subsection "Extension OIDs" \&\fBNet::LDAP::Constant\fR exports constant subroutines for the following \s-1LDAP\s0 extension OIDs. .IP "\s-1LDAP_EXTENSION_START_TLS\s0 (1.3.6.1.4.1.1466.20037)" 4 .IX Item "LDAP_EXTENSION_START_TLS (1.3.6.1.4.1.1466.20037)" Indicates if the server supports the Start \s-1TLS\s0 extension (\s-1RFC\s0 2830) .IP "\s-1LDAP_EXTENSION_PASSWORD_MODIFY\s0 (1.3.6.1.4.1.4203.1.11.1)" 4 .IX Item "LDAP_EXTENSION_PASSWORD_MODIFY (1.3.6.1.4.1.4203.1.11.1)" Indicates that the server supports the Password Modify extension (\s-1RFC\s0 3062) .IP "\s-1LDAP_EXTENSION_WHO_AM_I\s0 (1.3.6.1.4.1.4203.1.11.3)" 4 .IX Item "LDAP_EXTENSION_WHO_AM_I (1.3.6.1.4.1.4203.1.11.3)" Indicates that the server supports the \*(L"Who am I?\*(R" extension (draft\-zeilenga\-ldap\-authzid\-09) .Sh "Feature OIDs" .IX Subsection "Feature OIDs" \&\fBNet::LDAP::Constant\fR exports constant subroutines for the following \s-1LDAP\s0 feature OIDs. .IP "\s-1LDAP_FEATURE_ALL_OPATTS\s0 (1.3.6.1.4.1.4203.1.5.1)" 4 .IX Item "LDAP_FEATURE_ALL_OPATTS (1.3.6.1.4.1.4203.1.5.1)" Indicates if the server allows \*(L"+\*(R" for returning all operational attributes (\s-1RFC\s0 3673) .IP "\s-1LDAP_FEATURE_MODIFY_INCREMENT\s0 (1.3.6.1.1.14)" 4 .IX Item "LDAP_FEATURE_MODIFY_INCREMENT (1.3.6.1.1.14)" Indicates if the server supports the Modify Increment extension (\s-1RFC\s0 4525) .SH "SEE ALSO" .IX Header "SEE ALSO" Net::LDAP, Net::LDAP::Message .SH "AUTHOR" .IX Header "AUTHOR" Graham Barr .PP Please report any bugs, or post any suggestions, to the perl-ldap mailing list .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (c) 1998\-2008 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.