lunes, 26 de marzo de 2012

Codigos de error en OPENLDAP

Significado de Codigo de errores de OPENLDAP

H.1. Non-Error Result Codes------ Error no Códigos de Resultados

These result codes (called "non-error" result codes) do not indicate an error condition: Estos códigos de resultado (llamado "no-error" los códigos de resultado) no indican una condición de error
        success (0), éxito (0),
        compareFalse (5), compareFalse (5),
        compareTrue (6), compareTrue (6),
        referral (10), and derivación (10), y
        saslBindInProgress (14). saslBindInProgress (14).
The success , compareTrue , and compareFalse result codes indicate successful completion (and, hence, are referred to as "successful" result codes). El éxito, compareTrue, y los códigos de resultado compareFalse indicar la finalización exitosa (y, por tanto, se conocen como los códigos de "éxito" de resultados). 
The referral and saslBindInProgress result codes indicate the client needs to take additional action to complete the operation. La referencia y los códigos de saslBindInProgress resultado indica que el cliente debe tomar medidas adicionales para completar la operación.


H.2. Result Codes---- Códigos de Resultados

Existing LDAP result codes are described as follows: Existentes códigos de resultado LDAP se describen como sigue: 


H.3. H.3. success (0)---- el éxito (0)

Indicates the successful completion of an operation. Indica la finalización con éxito de una operación. 
Note: this code is not used with the Compare operation. Nota: este código no se utiliza con la operación de comparación

H.4. operationsError (1)----- operationsError (1)

Indicates that the operation is not properly sequenced with relation to other operations (of same or different type).Indica que la operación no está correctamente secuenciado con relación a otras operaciones (del mismo tipo o diferentes).  For example, this code is returned if the client attempts to StartTLS ( RFC4511 Section 4.14) while there are other uncompleted operations or if a TLS layer was already installed. Por ejemplo, este código se devuelve si el cliente intenta STARTTLS ( RFC4511 Sección 4.14), mientras que hay otras operaciones incompletos o si una capa TLS ya estaba instalado. 

H.5. A.5. protocolError (2)----- ProtocolError (2)

Indicates the server received data that is not well-formed. Indica que el servidor ha recibido los datos que no están bien formados.  For Bind operation only, this code is also used to indicate that the server does not support the requested protocol version. Para la operación de enlace única, este código también se utiliza para indicar que el servidor no es compatible con la versión del protocolo solicitada.  For Extended operations only, this code is also used to indicate that the server does not support (by design or configuration) the Extended operation associated with the requestName . Para las operaciones extendidas sólo, este código se utiliza también para indicar que el servidor no admite (por diseño o configuración) la operación de extendido asociado con el requestName.  For request operations specifying multiple controls, this may be used to indicate that the server cannot ignore the order of the controls as specified, or that the combination of the specified controls is invalid or unspecified. Para las operaciones de solicitud especificando varios controles, esto puede ser utilizado para indicar que el servidor no se puede ignorar el orden de los controles como se especifica, o que la combinación de los controles especificados no es válido o no especificado. 

H.6. A.6. timeLimitExceeded (3)---- timeLimitExceeded (3)

Indicates that the time limit specified by the client was exceeded before the operation could be completed. Indica que el límite de tiempo especificado por el cliente se ha superado antes de la operación se pudo completar. 

H.7. A.7. sizeLimitExceeded (4)---- sizeLimitExceeded (4)

Indicates that the size limit specified by the client was exceeded before the operation could be completed. Indica que el límite de tamaño especificado por el cliente se ha superado antes de la operación se pudo completar. 

H.8. A.8. compareFalse (5)----- compareFalse (5)

Indicates that the Compare operation has successfully completed and the assertion has evaluated to FALSE or Undefined. Indica que la operación de comparación se ha completado con éxito y la afirmación se ha evaluado a false o undefined. 

H.9. A.9. compareTrue (6)----- compareTrue (6)

Indicates that the Compare operation has successfully completed and the assertion has evaluated to TRUE. Indica que la operación de comparación se ha completado con éxito y la afirmación se ha evaluado en TRUE. 

H.10. A.10. authMethodNotSupported (7)----- authMethodNotSupported (7)

Indicates that the authentication method or mechanism is not supported. Indica que el método de autenticación o el mecanismo no es compatible. 

H.11. A.11. strongerAuthRequired (8)------ strongerAuthRequired (8)

Indicates the server requires strong(er) authentication in order to complete the operation. Indica que el servidor requiere una fuerte (o) de autenticación con el fin de completar la operación.  When used with the Notice of Disconnection operation, this code indicates that the server has detected that an established security association between the client and server has unexpectedly failed or been compromised.Cuando se utiliza con el anuncio de la operación de desconexión, este código indica que el servidor ha detectado que una asociación de seguridad que se establece entre el cliente y el servidor finalizó inesperadamente fallado o se ha comprometido. 

H.12. A.12. referral (10)----- referencia (10)

Indicates that a referral needs to be chased to complete the operation (see RFC4511 Section 4.1.10). Indica que la remisión debe ser perseguido para completar la operación (ver RFC4511 sección 4.1.10). 

H.13. H.13. adminLimitExceeded (11)----- adminLimitExceeded (11)

Indicates that an administrative limit has been exceeded. Indica que un límite administrativo se ha superado. 

H.14. H.14. unavailableCriticalExtension (12)----- unavailableCriticalExtension (12)

Indicates a critical control is unrecognized (see RFC4511 Section 4.1.11). Indica que un crítico de control no se reconoce (ver RFC4511 sección 4.1.11). 

H.15. H.15. confidentialityRequired (13)----- confidentialityRequired (13)

Indicates that data confidentiality protections are required. Indica que la protección de confidencialidad de datos son obligatorios. 

H.16. H.16. saslBindInProgress (14)----- saslBindInProgress (14)

Indicates the server requires the client to send a new bind request, with the same SASL mechanism, to continue the authentication process (see RFC4511 Section 4.2). Indica que el servidor requiere que el cliente envíe una solicitud de enlace nuevo, con el mismo mecanismo SASL, para continuar con el proceso de autenticación (verRFC4511 sección 4.2). 

H.17. H.17. noSuchAttribute (16)----- noSuchAttribute (16)

Indicates that the named entry does not contain the specified attribute or attribute value. Indica que la entrada llamada no contiene el atributo o el valor del atributo. 

H.18. H.18. undefinedAttributeType (17)----- undefinedAttributeType (17)

Indicates that a request field contains an unrecognized attribute description. Indica que un campo de solicitud contiene una descripción del atributo desconocido. 

H.19. H.19. inappropriateMatching (18)----- inappropriateMatching (18)

Indicates that an attempt was made (eg, in an assertion) to use a matching rule not defined for the attribute type concerned. Indica que se hizo un intento (por ejemplo, en una afirmación) para utilizar una regla de juego no está definido para el tipo de atributo que se trate. 

H.20. A.20. constraintViolation (19)----- constraintViolation (19)

Indicates that the client supplied an attribute value that does not conform to the constraints placed upon it by the data model. Indica que el cliente suministra un valor de atributo que no se ajusten a las limitaciones que le imponen el modelo de datos.  For example, this code is returned when multiple values are supplied to an attribute that has a SINGLE-VALUE constraint. Por ejemplo, este código se devuelve cuando se suministran varios valores a un atributo que tiene una restricción UN VALOR. 

H.21. H.21. attributeOrValueExists (20)----- attributeOrValueExists (20)

Indicates that the client supplied an attribute or value to be added to an entry, but the attribute or value already exists. Indica que el cliente ha suministrado un atributo o un valor que se añade a una entrada, pero el atributo o el valor que ya existe. 

H.22. H.22. invalidAttributeSyntax (21)----- invalidAttributeSyntax (21)

Indicates that a purported attribute value does not conform to the syntax of the attribute. Indica que el valor del atributo supuestamente no se ajusta a la sintaxis del atributo. 

H.23. H.23. noSuchObject (32)----- noSuchObject (32)

Indicates that the object does not exist in the DIT. Indica que el objeto no existe en el DIT. 

H.24. H.24. aliasProblem (33)----- aliasProblem (33)

Indicates that an alias problem has occurred. Indica que un problema de alias se ha producido. For example, the code may used to indicate an alias has been dereferenced that names no object. Por ejemplo, el código puede utilizarse para indicar un alias se ha dereferenced que los nombres de ningún objeto. 

H.25. H.25. invalidDNSyntax (34)----- invalidDNSyntax (34)

Indicates that an LDAPDN or RelativeLDAPDN field (eg, search base, target entry, ModifyDN newrdn, etc.) of a request does not conform to the required syntax or contains attribute values that do not conform to the syntax of the attribute's type. Indica que un campo o LDAPDN RelativeLDAPDN (por ejemplo, la base de búsqueda, entrada de destino, ModifyDN newrdn, etc) de una solicitud no se ajusta a la sintaxis necesaria o contiene valores de los atributos que no se ajustan a la sintaxis del tipo del atributo. 

H.26. H.26. aliasDereferencingProblem (36)------ aliasDereferencingProblem (36)

Indicates that a problem occurred while dereferencing an alias. Indica que ha ocurrido un problema al mismo tiempo eliminar la referencia de un alias. Typically, an alias was encountered in a situation where it was not allowed or where access was denied. Por lo general, un alias que se encontró en una situación donde no se permite o donde el acceso fue negado. 

H.27. H.27. inappropriateAuthentication (48)------ inappropriateAuthentication (48)

Indicates the server requires the client that had attempted to bind anonymously or without supplying credentials to provide some form of credentials. Indica que el servidor requiere que el cliente que había intentado unir de forma anónima o sin proporcionar las credenciales para proporcionar algún tipo de credenciales. 

H.28. H.28. invalidCredentials (49)------ invalidCredentials (49)

Indicates that the provided credentials (eg, the user's name and password) are invalid. Indica que las credenciales proporcionadas (por ejemplo, el nombre del usuario y la contraseña) no son válidos. 

H.29. H.29. insufficientAccessRights (50)------ insufficientAccessRights (50)

Indicates that the client does not have sufficient access rights to perform the operation. Indica que el cliente no tiene suficientes derechos de acceso para realizar la operación. 

H.30. H.30. busy (51)----- ocupados (51)

Indicates that the server is too busy to service the operation. Indica que el servidor está demasiado ocupado para atender la operación. 

H.31. H.31. unavailable (52)---- disponible (52)

Indicates that the server is shutting down or a subsystem necessary to complete the operation is offline. Indica que el servidor está cerrando o un subsistema es necesario para completar la operación está en línea. 

H.32. H.32. unwillingToPerform (53)----- unwillingToPerform (53)

Indicates that the server is unwilling to perform the operation. Indica que el servidor no está dispuesto a realizar la operación. 

H.33. H.33. loopDetect (54)----- loopDetect (54)

Indicates that the server has detected an internal loop (eg, while dereferencing aliases or chaining an operation).Indica que el servidor ha detectado un bucle interno (por ejemplo, mientras que desreferenciar alias o el encadenamiento de una operación). 

H.34. H.34. namingViolation (64)----- namingViolation (64)

Indicates that the entry's name violates naming restrictions. Indica que el nombre de la entrada viola las restricciones de nomenclatura. 

H.35. H.35. objectClassViolation (65)----- objectClassViolation (65)

Indicates that the entry violates object class restrictions. Indica que la entrada viola las restricciones de clase de objeto. 

H.36. H.36. notAllowedOnNonLeaf (66)------ notAllowedOnNonLeaf (66)

Indicates that the operation is inappropriately acting upon a non-leaf entry. Indica que la operación es inadecuada atendiendo a una entrada no hoja. 

H.37. H.37. notAllowedOnRDN (67)----- notAllowedOnRDN (67)

Indicates that the operation is inappropriately attempting to remove a value that forms the entry's relative distinguished name. Indica que la operación es inapropiada de intentar quitar un valor que forma la entrada del nombre completo relativo. 

H.38. H.38. entryAlreadyExists (68)----- entryAlreadyExists (68)

Indicates that the request cannot be fulfilled (added, moved, or renamed) as the target entry already exists. Indica que la solicitud no puede ser cumplida (añadido, movido o cambiado de nombre) como la entrada de destino ya existe. 

H.39. H.39. objectClassModsProhibited (69)------ objectClassModsProhibited (69)

Indicates that an attempt to modify the object class(es) of an entry's 'objectClass' attribute is prohibited. Indica que un intento de modificar la clase de objeto (s) de un atributo de una entrada 'objectClass' está prohibido.  For example, this code is returned when a client attempts to modify the structural object class of an entry. Por ejemplo, este código se devuelve cuando un cliente intenta modificar la clase de objeto estructural de una entrada. 

H.40. H.40. affectsMultipleDSAs (71)----- affectsMultipleDSAs (71)

Indicates that the operation cannot be performed as it would affect multiple servers (DSAs). Indica que la operación no se puede realizar ya que afectaría a múltiples servidores (DSC). 

H.41. H.41. other (80)----- otros (80)

Indicates the server has encountered an internal error. Indica que el servidor ha encontrado un error interno.

No hay comentarios:

Publicar un comentario