Changeset 706 for branches/scripts/group


Ignore:
Timestamp:
Jul 9, 2012, 11:30:49 AM (13 years ago)
Author:
Herwig Bauernfeind
Message:

usermod 2.3.5, groupmod 2.2.3: Fix: Also convert old *nix machine accounts to upper case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/scripts/group/groupmod.cmd

    r705 r706  
    11/* GroupMod script for Samba Server for eCS (OS/2) */
    2    Version = '2.2.2'
     2   Version = '2.2.3'
    33/* Copyright (C) netlabs.org 2007-2012
    44
     
    312312
    313313_GroupJoin: /* Add a new user to the groups user STEM */
     314    /* Translate machine account to upper case - Samba 3.3 needs this */
     315    if right(User,1) = "$" then User = translate(User)
    314316    do I = 1 to groupname.0
    315317        if translate(groupname.I) = translate(group) then do
Note: See TracChangeset for help on using the changeset viewer.