Changeset 471

Show
Ignore:
Timestamp:
12/20/07 15:49:38 (8 months ago)
Author:
smoku
Message:

Using more standard attributes for LDAP

Location:
trunk/etc
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/etc/c2s.xml.dist.in

    r465 r471  
    431431      <type>ad</type> 
    432432      --> 
     433 
    433434      <!-- LDAP attribute that holds the user ID (default: uid) --> 
     435      <uidattr>uid</uidattr> 
     436      <objectclass>posixAccount</objectclass> 
     437      <pwattr>userPassword</pwattr> 
     438      <!-- if you use included jabberd.schema use this: 
    434439      <uidattr>jid</uidattr> 
     440      <objectclass>jabberUser</objectclass> 
     441      <pwattr>jabberPassword</pwattr> 
     442      --> 
     443 
    435444      <!-- Attribute that holds jabber account status. Must be TRUE for AD, 
    436445           and 1 for other LDAP server. 
     
    440449      --> 
    441450      <fulluid/> 
    442       <pwattr>jabberPassword</pwattr> 
    443451      <!-- If pwscheme is not defined, then passwords are stored in clear 
    444452           text and digest authentication may be done. 
     
    447455           For now, sha, ssha and plain may be specified --> 
    448456      <!-- <pwscheme>ssha</pwscheme> --> 
    449       <objectclass>jabberUser</objectclass> 
    450457 
    451458      <!-- base DN of the tree. You should specify a DN for each 
  • trunk/etc/sm.xml.dist.in

    r470 r471  
    207207 
    208208      <!-- LDAP attribute that holds the user ID (default: uid) --> 
     209      <uidattr>uid</uidattr> 
     210      <objectclass>posixAccount</objectclass> 
     211      <pwattr>userPassword</pwattr> 
     212      <!-- if you use included jabberd.schema use this: 
    209213      <uidattr>jid</uidattr> 
    210  
    211214      <objectclass>jabberUser</objectclass> 
     215      <pwattr>jabberPassword</pwattr> 
     216      --> 
    212217 
    213218      <!-- see authreg.ldapfull int c2s.xml for description. -->