mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Do not generate LDAP's ASN.1 code when compiling ejabberd.
We need ASN.1 codec to decode messages into binaries, so we fixed generated ELDAPv3.erl. A better solution is needed to be found.
This commit is contained in:
parent
109ed1a8b1
commit
a3354f5dc4
81
include/ELDAPv3.hrl
Normal file
81
include/ELDAPv3.hrl
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
%% Generated by the Erlang ASN.1 compiler version:2.0.1
|
||||||
|
%% Purpose: Erlang record definitions for each named and unnamed
|
||||||
|
%% SEQUENCE and SET, and macro definitions for each value
|
||||||
|
%% definition,in module ELDAPv3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-record('LDAPMessage',{
|
||||||
|
messageID, protocolOp, controls = asn1_NOVALUE}).
|
||||||
|
|
||||||
|
-record('AttributeValueAssertion',{
|
||||||
|
attributeDesc, assertionValue}).
|
||||||
|
|
||||||
|
-record('Attribute',{
|
||||||
|
type, vals}).
|
||||||
|
|
||||||
|
-record('LDAPResult',{
|
||||||
|
resultCode, matchedDN, errorMessage, referral = asn1_NOVALUE}).
|
||||||
|
|
||||||
|
-record('Control',{
|
||||||
|
controlType, criticality = asn1_DEFAULT, controlValue = asn1_NOVALUE}).
|
||||||
|
|
||||||
|
-record('BindRequest',{
|
||||||
|
version, name, authentication}).
|
||||||
|
|
||||||
|
-record('SaslCredentials',{
|
||||||
|
mechanism, credentials = asn1_NOVALUE}).
|
||||||
|
|
||||||
|
-record('BindResponse',{
|
||||||
|
resultCode, matchedDN, errorMessage, referral = asn1_NOVALUE, serverSaslCreds = asn1_NOVALUE}).
|
||||||
|
|
||||||
|
-record('SearchRequest',{
|
||||||
|
baseObject, scope, derefAliases, sizeLimit, timeLimit, typesOnly, filter, attributes}).
|
||||||
|
|
||||||
|
-record('SubstringFilter',{
|
||||||
|
type, substrings}).
|
||||||
|
|
||||||
|
-record('MatchingRuleAssertion',{
|
||||||
|
matchingRule = asn1_NOVALUE, type = asn1_NOVALUE, matchValue, dnAttributes = asn1_DEFAULT}).
|
||||||
|
|
||||||
|
-record('SearchResultEntry',{
|
||||||
|
objectName, attributes}).
|
||||||
|
|
||||||
|
-record('PartialAttributeList_SEQOF',{
|
||||||
|
type, vals}).
|
||||||
|
|
||||||
|
-record('ModifyRequest',{
|
||||||
|
object, modification}).
|
||||||
|
|
||||||
|
-record('ModifyRequest_modification_SEQOF',{
|
||||||
|
operation, modification}).
|
||||||
|
|
||||||
|
-record('AttributeTypeAndValues',{
|
||||||
|
type, vals}).
|
||||||
|
|
||||||
|
-record('AddRequest',{
|
||||||
|
entry, attributes}).
|
||||||
|
|
||||||
|
-record('AttributeList_SEQOF',{
|
||||||
|
type, vals}).
|
||||||
|
|
||||||
|
-record('ModifyDNRequest',{
|
||||||
|
entry, newrdn, deleteoldrdn, newSuperior = asn1_NOVALUE}).
|
||||||
|
|
||||||
|
-record('CompareRequest',{
|
||||||
|
entry, ava}).
|
||||||
|
|
||||||
|
-record('ExtendedRequest',{
|
||||||
|
requestName, requestValue = asn1_NOVALUE}).
|
||||||
|
|
||||||
|
-record('ExtendedResponse',{
|
||||||
|
resultCode, matchedDN, errorMessage, referral = asn1_NOVALUE, responseName = asn1_NOVALUE, response = asn1_NOVALUE}).
|
||||||
|
|
||||||
|
-record('PasswdModifyRequestValue',{
|
||||||
|
userIdentity = asn1_NOVALUE, oldPasswd = asn1_NOVALUE, newPasswd = asn1_NOVALUE}).
|
||||||
|
|
||||||
|
-record('PasswdModifyResponseValue',{
|
||||||
|
genPasswd = asn1_NOVALUE}).
|
||||||
|
|
||||||
|
-define('maxInt', 2147483647).
|
||||||
|
-define('passwdModifyOID', [49,46,51,46,54,46,49,46,52,46,49,46,52,50,48,51,46,49,46,49,49,46,49]).
|
BIN
src/ELDAPv3.asn1db
Normal file
BIN
src/ELDAPv3.asn1db
Normal file
Binary file not shown.
3336
src/ELDAPv3.erl
Normal file
3336
src/ELDAPv3.erl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user