[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Inconsistent duplicate attributeType



Inconsistent duplicate attributeType
> 
> error:
> 
>  line 16: Inconsistent duplicate attributeType: "gidNumber"
 
> attributetype ( 1.3.6.1.4.1.7006.1.2.1.12 NAME 'loginShell'
>         EQUALITY caseIgnoreIA5Match
>         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
> 
> attributetype ( 1.3.6.1.4.1.7006.1.2.1.13 NAME 'userPassword'
>         EQUALITY caseExactIA5Match
>         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
> 
> attributetype ( 1.3.6.1.4.1.7006.1.2.1.13 NAME 'uid'
>         EQUALITY caseIgnoreIA5Match
>         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
> 
> attributetype ( 1.3.6.1.4.1.7006.1.2.1.13 NAME 'memberUid'
>         EQUALITY caseIgnoreIA5Match
>         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
> 
> attributetype ( 1.3.6.1.4.1.7006.1.2.1.13 NAME 'userPassword'
>         EQUALITY caseExactIA5Match
>         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
> 

look at your OIDs the last 4 attributes are having the same id number and there are two entries for 'userPassword' (the last one and 4th from the last one)..
just change and try with correct values.. i think this is the problem ,
i dont see anything else different...

regards,
  -"kalyan"