• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/

Lines Matching refs:and

37   print "  -d obj_nam delete and add (not just update) existing entry in LDAP\n";
54 (%shadowUsers) or ( close($INFILE) and
88 if ($Options{'S'} and $shadowUsers{$user}) {
107 # if used "-a" and sambaSamAccount doesn't exist.
108 if ( $Options{'a'} and !exist_in_tab([$entry->get_value('objectClass')],'sambaSamAccount') ) {
112 # the below part comes from smbldap-useradd and
159 $INFILE and close($INFILE);
161 $ldap_master and $ldap_master->unbind;
190 # and 'givenName' also should be modified ???????
192 ($pwd) and $entry->replace( 'userPassword' => "{crypt}" . $pwd );
193 ($uid ne "") and $entry->replace( 'uidNumber' => $uid );
194 ($gid ne "") and $entry->replace( 'gidNumber' => $gid );
195 ($gecos) and $entry->replace( 'gecos' => $gecos );
196 ($homedir) and $entry->replace( 'homeDirectory' => $homedir );
197 ($shell) and $entry->replace( 'loginShell' => $shell );
214 ($pwd) and $entry->replace( 'userPassword' => "{crypt}" . $pwd );
215 ($lastchg) and $entry->replace( 'shadowLastChange' => $lastchg );
216 ($min) and $entry->replace( 'shadowMin' => $min );
217 ($max) and $entry->replace( 'shadowMax' => $max );
218 ($warn) and $entry->replace( 'shadowWarning' => $warn );
219 ($inactive) and $entry->replace( 'shadowInactive' => $inactive );
220 ($expire) and $entry->replace( 'shadowExpire' => $expire );
221 ($flag) and $entry->replace( 'shadowFlag' => $flag );
290 # reads shadow file entries and places them in a hash
323 This command processes one file as defined by option and
325 New attributes are added, and existing are changed.
329 Processes passwd_file and uptades LDAP. Creates new ldap user
330 entry or just adds posixAccount objectclass and corresponding
334 Reads shadow_file and uptades LDAP. Creates new ldap user
335 entry or just adds shadowAccount objectclass and corresponding
339 Reads master.passwd_file and uptades LDAP. Creates new ldap user
340 entry or just adds shadowAccount and posixAccount objectclass
341 and corresponding attributes to the ldap user entry or just
355 deleted from LDAP and a new one will be added.
357 and want to change their structural objectClass.
359 There are no users in LDAP, and you migrate samba first.
363 -a adds sambaSamAccount objectClass and generates sambaSID attribute