[Samba] Changing Passwords

2005-07-05 Thread Jason Self

Hello All,
Does anybody know off hand how I can get Samba to allow windows users to 
change their login passwords?  That way I can allow users to do things 
like control-alt-delete and click change password and not get a 
permissions denied error?  To that end I would also like to expire 
everybodys password and make them pick one of their own.

Thanks as always.
--
Respectfully yours,
Jason Self
Electrical Designer /
Network Administrator
Intertech Design Services, Inc.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Input/Output problems with smbfs mount

2005-03-31 Thread Jason Self
I have a disk on a samba 3 server that works great with all the windows 
machines connected to it.  However my backup server tries to connect and 
constantly gets Input/Output errors, cp and rsync have given errors like 
can not stat file etc.  I am using mount -t smbfs to mount the share.  I 
would be glad to give any more information that would help.  Thanks
--
Respectfully yours,
Jason Self
Electrical Designer /
Network Administrator
Intertech Design Services, Inc.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Troubles creating machine trust accounts

2005-02-08 Thread Jason Self
I have set up several machine trusts with samba and they have worked 
correctly.  However for some reason the last machine accounts I tried to 
make are not working correctly.  Here is what I did to create the trust 
accounts:

useradd -g machines -d /dev/null -c ids8 -s /bin/false ids8$
passwd -l ids8$ (it even tells me that I have success)
smbpaswd -a -m ids8
ids8 of course being the machine name.  So I try to connect my machine 
to the domain and it give me an access denied, it basically is acting 
like it can not create the trust relationship between samba and the 
workstation and not even allowing root to log in.  When I checked the 
smbpasswd file I noticed that all of the successfull accounts had X's 
instead of a password hash, but the machine accounts that I made since 
this problem have actual numbers in the password has column of the entry.

Any help would be greatly appreciated, and I will provide any 
information you think would be usefull in resolving this problem.
--
Respectfully yours,
Jason Self
Electrical Designer /
Network Administrator
Intertech Design Services, Inc.
Get Firefox http://getfirefox.com/Get Thunderbird 
http://www.mozilla.org/products/thunderbird/

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] PDC Trust problems

2005-01-10 Thread Jason Self
Here is the problem, I have convifgured samba to act as a PDC,  I have 
set an add user scipt serveral different ways and I have added my 
machine account as a trust...in windows the name of the computer is ids1 
so the the name of the computer in smbpasswd is ids1$.  I am able to 
see the domain,  I am able to query the PDC server and list the users 
available to me to create a domain user on this machine but I can not 
logon.  When I set windows to use a Domain I log in with root, it 
connects and welcomes me to the domain, then tells me to restart.  I do 
and then I try to logon at the logon screen with a user named on the 
PDCthat does not work.  I then logged on to the local account and 
tried to add a domain user, I do a browse, advance, find now, in the 
users control panel and enter my servers root logon/passwd...this lists 
the two users available to me on the PDC,  root and jasons.  Both of 
these users give a error about not being able to create a trust with 
this machine.  My only guesses left are that I have overlooked something 
in the configuration or that I have some sort of permission problem, but 
I don't know what would cause thisI am also hoping to be using 
roaming profiles.My relivant smb.conf parts are below if it helps.

--
[global]
   workgroup = INTERTECHDOMAIN
   netbios name = INTERTECHSERVER
   server string = Intertech Samba Server
   passwd program = /usr/bin/passwd %u
   passwd chat = *New*password* %n\n *Please*retype*new*password* %n\n 
*password*successfully*updated*
   unix password sync = Yes
   log level = 3
   log file = /var/log/samba/%m.log
   name resolve order = lmhosts wins hosts bcast
   socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
   domain admin group = @staff @root
   add user script = /usr/sbin/useradd -d /dev/null -g 100 -s 
/bin/false -M %u
   logon script = netlogon.bat
   logon path = \\%L\profiles\%U
   logon home = \\%L\%Ulogon drive = H:
   domain logons = Yes
   os level = 64
   preferred master = Yes
   domain master = Yes
   wins support = Yes
[homes]
   comment = Home Directories
   valid users = %S
   read only = No
   create mask = 0664
   directory mask = 0775
   browseable = No
[netlogon]
   comment = The domain logon service
   path = /home/samba/netlogon
   share modes = No

[Profiles]
   path = /home/samba/profiles
   browseable = No

--
Respectfully yours,
Jason Self
Electrical Designer /
Network Administrator
Intertech Design Services, Inc.
Get Firefox http://getfirefox.com/Get Thunderbird 
http://www.mozilla.org/products/thunderbird/

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Troubles loging into Samba PDC

2005-01-03 Thread Jason Self
Hello everybody,
I have been trying to set up a PDC in samba.  As I continue to make what 
I think are advancements I am still nowhere near having things running.  
My problem is as follows:

I have been in the past using Samba as a simple file server on our 
Workgroup and decided that I would convert this server over to being a 
PDC.  After configuring and reconfiguring the smb.conf I managed to get 
things to a point that when I make computer name changes in the 
WindowsXP system control panel to be a member of my newly created domain 
it allows me to log in and connect as root.  However I can not seem to 
get it then to allow any sort of user login to the Domain at all, not 
even as root.  /var/log/messages tells me unable to authenticate or 
something along those lines, I have added the machine and the user to 
smbpasswd.  This is what I know to do so far and would greatly 
appreciate any help offered.   I will include a copy of my smb.conf if 
that is any help.

[global]
   dns proxy = no
   log level = 2
   log file = /var/log/samba/%m.log
   smb passwd file = /etc/samba/smbpasswd
   server string = Intertech Samba Server
   socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
   unix password sync = no
   workgroup = IntertechDomain
   wins support = yes
   add user script = /usr/sbin/useradd -d /dev/null -g staff /bin/false
   os level = 64
   preferred master = yes
   local master = yes
   domain master = yes
   domain logons = yes
   security = user
   domain admin group = @staff @root
   hosts allow = 192.168.,
   passwd program = /usr/bin/passwd %u
   passwd chat = *New*password*%n\n*Please*retype*new*password* 
%n\n*password*successfully*updated*
   logon path = \\%L\home\%U
   logon home = \\%L\home\%U\profile
   logon drive = H:
   logon script = netlogon.bat

[homes]
   create mask = 0700
   directory mask = 0700
   browseable = no
   comment = Home Directories
   writeable = yes
   valid users = %S
[Shares]
   printable = no
   writable = yes
   path = /Intertech_Files/shared
   write list = @staff
   force group = staff
   create mask = 0775
   directory mask = 0775
   comment = Shared Files
   public = yes
[idsutility]
   writeable = yes
   path = /Intertech_Files/idsutility
   write list = @staff
   force directory mode = 0775
   force create mode = 0775
   public = yes
   create mode = 0775
   directory mode = 0775
[accounting]
   writeable = yes
   path = /Intertech_Files/accounting
   write list = @accounting
   force directory mode = 0770
   valid users = @accounting
   force create mode = 0770
   public = yes
   create mode = 0770
directory mode = 0770
[netlogon]
   comment = The domain logon service
   path = /Intertech_Files/netlogon
   writable = no
   guest ok = yes
Thank you,
Jason Self
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba