search for: quota_profil

Displaying 1 result from an estimated 1 matches for "quota_profil".

Did you mean: quota_profile
1999 Apr 28
0
Transparent Samba Account Creation/Authentication using NT DC
..._LEVEL = "auth.notice"; # Syslog facility.level # Account Creation Options (useradd) # $CMNT = "created by samba_add_user"; # Comment passwd field $HOME = "-m"; # Make home directory $SHL = "/bin/false "; # Default shell # Quota Options (edquota) # $QUOTA_PROFILE = "qusr1"; # Quota profile sub dolog { # Enter message into syslog my $msg = shift; my $LOGGER="/usr/bin/logger -t samba_add_user -i -p $LOG_LEVEL"; `$LOGGER $msg`; } sub domail { # Report success/failure to 'root' via mail my $acct = shift;...