- Timestamp:
- 03/12/18 14:22:15 (7 years ago)
- Branches:
- master, perl-5.22
- Children:
- fdfd619
- Parents:
- 1051986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/fileserver/smb-ldap-tool/modified/smbldap-groupdel
r1051986 r3187b26 57 57 group_del($dn); 58 58 59 my $nscd_status = system "/etc/init.d/nscd status >/dev/null 2>&1"; 60 61 if ($nscd_status == 0) { 62 system "/etc/init.d/nscd restart > /dev/null 2>&1"; 63 } 59 # my $nscd_status = system "/etc/init.d/nscd status >/dev/null 2>&1"; 60 # 61 # if ($nscd_status == 0) { 62 # system "/etc/init.d/nscd restart > /dev/null 2>&1"; 63 # } 64 system "nscd -i passwd; nscd -i group"; 64 65 65 66 #if (defined($dn_line = get_group_dn($_groupName))) {
Note: See TracChangeset
for help on using the changeset viewer.