1) Do I absolutely have to have Machine accounts?
2) Do I absolutely have to have Linux user accounts?
I'd like to keep it as simple as possable,
just Samba's "smbmount" username & password.
I need to setup Samba's password like this:
smbpasswd -a ( UserName ) ( PassWord )
or this:
smbpasswd -a ( UserName ) -w ( PassWord )
It doesn't seem to add to or change the .smbpassword file.
I'm setting Samba up so users can do their own "new login".
I have a GTK login dialog, & want Bash to enter the values
via the command line.
Entry boxes for UserName, PassWord #1, & PassWord #2.
If I have to I could write directly to .smbpassword but I'd
rather use Samba's smbpasswd utility.
2) Do I absolutely have to have Linux user accounts?
I'd like to keep it as simple as possable,
just Samba's "smbmount" username & password.
I need to setup Samba's password like this:
smbpasswd -a ( UserName ) ( PassWord )
or this:
smbpasswd -a ( UserName ) -w ( PassWord )
It doesn't seem to add to or change the .smbpassword file.
I'm setting Samba up so users can do their own "new login".
I have a GTK login dialog, & want Bash to enter the values
via the command line.
Entry boxes for UserName, PassWord #1, & PassWord #2.
If I have to I could write directly to .smbpassword but I'd
rather use Samba's smbpasswd utility.