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

Using more standard attributes for LDAP

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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. -->