Add new comment

Want to support HowtoForge? Become a subscriber!
Submitted by lolotux (not registered) on Fri, 2009-01-23 02:29.
Hi

I had addind freeradius.schema to my LDAP, works fine !
But I would like that "radiusCallingStationId" could be not unique.
So I modify this schema :
attributetype
   ( 1.3.6.1.4.1.3317.4.3.1.7
      NAME 'radiusCallingStationId'
      DESC ''
      EQUALITY caseIgnoreIA5Match
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
      SINGLE-VALUE
   )

to this :
attributetype
   ( 1.3.6.1.4.1.3317.4.3.1.7
      NAME 'radiusCallingStationId'
      DESC ''
      EQUALITY caseIgnoreIA5Match
      SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
   )

I used a second time your tuto, and the attribute stay unique !

Have you an explanation ?

By

If my english is not perfect, it's because I'm not, I'm French ! :)
Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.