2011/2/9 Jochen Eggemann <[email protected]>: > I need to change the unix username on a samba server. How can I change the > samba username stored in passwd.tdb
Set "rename username script = usermod -l '%unew' '%uold'" And "net user rename" will help you? Perhaps directly modifying passwd.tdb with tdbtool will be done what you want, but I have not examined. --- TAKAHASHI Motonobu <[email protected]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
