Ignore:
Timestamp:
08/10/07 14:10:38 (17 years ago)
Author:
niltonneto
Message:

Scripts novos e outras atualizações.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.user.inc.php

    r46 r47  
    548548                                                $ldap_add['objectClass'][]                      = 'sambaSamAccount'; 
    549549                                                $ldap_mod_replace['loginShell']         = '/bin/bash'; 
    550                                                 $ldap_add['sambaSID']                           = $this->current_config['expressoAdmin_sambaSID'] . '-' . ((2 * $new_values['uidnumber'])+1000); 
    551                                                 $ldap_add['sambaPrimaryGroupSID']       = $this->current_config['expressoAdmin_sambaSID'] . '-' . ((2 * $new_values['gidnumber'])+1001); 
     550                                                $ldap_add['sambaSID']                           = $new_values['sambadomain'] . '-' . ((2 * $new_values['uidnumber'])+1000); 
     551                                                $ldap_add['sambaPrimaryGroupSID']       = $new_values['sambadomain'] . '-' . ((2 * $new_values['gidnumber'])+1001); 
    552552                                                $ldap_add['sambaAcctFlags']                     = $new_values['sambaacctflags']; 
    553553                                                $ldap_add['sambaLogonScript']           = $new_values['sambalogonscript']; 
Note: See TracChangeset for help on using the changeset viewer.