Changeset 124 for branches/samba-3.0/examples/logon/genlogon
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/examples/logon/genlogon/genlogon.pl
r1 r124 46 46 47 47 # Connect shares just used by Administration staff 48 If ($ARGV[1] eq "ADMIN" || $ARGV[0] eq "admin")48 if ($ARGV[1] eq "ADMIN" || $ARGV[0] eq "admin") 49 49 { 50 50 print LOGON "NET USE L: \\\\$ARGV[2]\\ADMIN\r\n";
Note:
See TracChangeset
for help on using the changeset viewer.