Ignore:
Timestamp:
04/19/12 02:03:05 (12 years ago)
Author:
nanardon
Message:
  • denied userPassword attribute to be read, the only way to setup password is to use set_password functions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Heimdal/User.pm

    r917 r933  
    3838        uid 
    3939        modName 
    40         userPassword 
    4140            )) { 
    4241        $info->{$_} = { ro => 1 }; 
    4342    } 
     43    $info->{userPassword} = { ro => 1, readable => 0 }; 
    4444    foreach (qw( 
    4545        krb5ValidEnd 
Note: See TracChangeset for help on using the changeset viewer.