Skip to content

Commit

Permalink
Merge pull request #3 from bcvsolutions/develop
Browse files Browse the repository at this point in the history
fixed attribute comparison - #22070
  • Loading branch information
fiisch authored Feb 22, 2021
2 parents f87cf2c + b6b6940 commit 0d93dee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dn: cn=iamManagedUser,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: iamManagedUser
olcAttributeTypes: {0}( 1.3.6.1.4.1.33537.1.2.2.1 NAME 'iamUserStatus' DESC '"active", "inactive", or "deleted" status of a user' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'IAM appliance equivalent of inetUserStatus' )
olcAttributeTypes: {0}( 1.3.6.1.4.1.33537.1.2.2.1 NAME 'iamUserStatus' EQUALITY caseIgnoreMatch DESC '"active", "inactive", or "deleted" status of a user' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'IAM appliance equivalent of inetUserStatus' )
olcObjectClasses: {0}( 1.3.6.1.4.1.33537.1.2.1.1 NAME 'iamManagedUser' DESC 'IAM appliance-managed user account' SUP top AUXILIARY MAY ( iamUserStatus ) X-ORIGIN 'IAM appliance analogy of inetUser' )

0 comments on commit 0d93dee

Please sign in to comment.