[freeside] home directories
ivan
ivan at 420.am
Tue Feb 20 09:07:57 PST 2001
Sorry, but this is not an appropriate forum for general Perl assistance.
On Tue, Feb 20, 2001 at 10:55:05AM -0600, Adam Rose wrote:
>
> Ivan,
>
> For backup purposes and current directory management, I need to put the
> home directories in the following format:
>
> /home/<first_letter_of_username>/$username.
>
> The code I am using is the following:
>
> $dir = "/home/" . (split(//,$username))[0] . "/$username";
>
> using your default useradd command.
>
> Freeside keeps giving me compilation errors.
>
> I first tried adding this to the shellmachine-useradd and then editing the
> svc_acct.pm with no luck.
>
> Any guidance you have is greatly appreciated.
>
>
> --
> Adam Rose
> Systems Programmer/Jr. Systems/Network Administrator
> adamr at eaze.net
>
>
>
>
--
meow
_ivan
More information about the freeside-users
mailing list