Re: smbpasswd syntax please

2004-12-04 Thread Alder
Alder wrote:: Hi, Using the latest Samba 2.2.8 build with USER level security, but am having trouble using the smbpasswd command while logged in as SYSTEM. I want to add a user to the smbpasswd file, so I enter: $ smbpasswd -a ..or.. $ smbpasswd "-a" but this merely produces the help screen for

RE : smbpasswd fails due to race condition

2004-05-06 Thread COLLOT Jean-Yves
Yes, what you describe is a bug I am currently working on, and it will be fixed within a few days. Sorry about that, but because we use the DOMAIN authentication feature, I have no use for the smbpasswd.dat file, so sometimes I forget about testing that area. Be a little patient, and it will be O

RE: smbpasswd fails due to race condition

2004-05-05 Thread Michael Ober
$ mc smbpasswd -a ziolol New SMB password: Retype new SMB password: User ziolol does not exist in system password file (usua lly /etc/passwd). Cannot add account without a valid local system user. Failed to modify password entry for user ziolol Regards, Charles Goff ===

RE: smbpasswd

2002-10-01 Thread John E. Malmberg
<[EMAIL PROTECTED]> wrote: >> > The reason why smbpasswd with -j and -r option does not work is probably > because it's executed from a user which is not considered as "root" by > Samba/VMS. > > Presently, the user is considered as "root" only if his UIC is either [1,4] > or [1,1]. I kept this f

RE: smbpasswd

2002-09-30 Thread Plante, Sylvain
in P. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: September 30, 2002 12:00 PM To: Samba VMS Subject: RE: smbpasswd The reason why smbpasswd with -j and -r option does not work is probably because it's executed from a user which is not considered as "

RE: smbpasswd

2002-09-30 Thread Michael D. Ober
I like all three options. You might also want to add a check for certain system only privs such as ALTPRI. Mike Ober. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 10:00 AM To: Samba VMS Subject: RE: smbpasswd The reason why

RE: smbpasswd

2002-09-30 Thread jean-yves.collot
The reason why smbpasswd with -j and -r option does not work is probably because it's executed from a user which is not considered as "root" by Samba/VMS. Presently, the user is considered as "root" only if his UIC is either [1,4] or [1,1]. I kept this feature from an older Samba/VMS port. Howeve

RE: smbpasswd

2002-09-30 Thread jean-yves.collot
The syntax of SMBPASSWD is the same with VMS as it is with UNIX. In order to enter your server in the domain, you should type : $ mc samba_root:[bin]smbpasswd -j DOMAIN -r PDC_NAME Note that your SMB.CONF file must be in SAMBA_ROOT:[LIB], and must contain : workgroup = DOMAIN security = domain p

Re: smbpasswd on 2.0.6.

2002-04-30 Thread John E. Malmberg
"Naveed Ahmed" <[EMAIL PROTECTED]> wrote: > > Whenever I run SMBPASSWD it gives message 'you don't exist- go away'. > > Why is that ? > > Naveed I do not recall ever seeing that message. Because I did not notice a issue with the treatment of the setuid/getuid for SMBPASSWD, it will only wor