[Samba] Stuck in read-only mode

2005-12-17 Thread Michael Satterwhite
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm running Samba on Ubuntu linux. I'm trying set it up so that my Windows laptop can use my home directory on the linux box. I've configured the home directory as follows [home] case sensitive = no msdfs proxy = no read only = no username = michael

Re: [Samba] Winbind problem (Trusting domains)

2005-12-17 Thread Vijay Avarachen
I cannot comment on idmap_rid approach because I am currently using idmap_ldap. I have had a wonderful experience with this setup. Also on all the clients I am running nscd and I have had no troubles. If nscd ever gives you trouble all you have to do is invalidate the cache in question.

Re: [Samba] NT_STATUS_LOGON_FAILURE

2005-12-17 Thread Mathew D. Watson
Donald Musser wrote: Hi everyone, I'm using the online HOWTO manual in the Quick Start reference to try and get a basic domain controller going. So I set up smb.conf, and testparm checked out okay, I've started nmbd and smbd, but when I try to to run [EMAIL PROTECTED] samba]#smbclient -L

Re: [Samba] Samba over PVFS: Corrupted Data

2005-12-17 Thread Andrew Bartlett
On Fri, 2005-12-16 at 20:56 -0500, Justin Mazzola Paluska wrote: Hello, I'm trying to export Samba shares that access a PVFS2 (http://www.pvfs.org/pvfs2)-mounted partition. PVFS2 is a parallel, distributed file system for Linux clusters. PVFS2 gets mounted like any other partition and it

[Samba] Using smbmount in a script - no return value

2005-12-17 Thread Mathew D. Watson
I'm trying to periodically mount an XP share on my linux box, and I've noticed that smbmount doesn't return a value so I can't test for success in my shell script: #!/bin/bash smbmount //NonsenseShare /bad/mnt/point || echo error with smbmount In this case smbmount silently fails. I searched

Re: [Samba] Stuck in read-only mode

2005-12-17 Thread Andrew Bartlett
On Sat, 2005-12-17 at 07:28 -0600, Michael Satterwhite wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm running Samba on Ubuntu linux. I'm trying set it up so that my Windows laptop can use my home directory on the linux box. I've configured the home directory as follows [home]

[Samba] Re: SAMBA3 + LDAP

2005-12-17 Thread paul kölle
mallapadi niranjan wrote: Hi all I have samb3 with LDAP , My query is 1. My clients are windows 2000 professional, and the clients are not able to join the domain but if add the computer name in /etc/passwd ie computername$:x:110:200::/bin/false:/dev/null and then do smbpasswd -a -m

Re: [Samba] Re: Migrating W2K Workstation to Samba Domain

2005-12-17 Thread Jonathan Johnson
I'm sorry, I can't help you with the issue of forcing Samba to use local profiles. I should be able to help you, but at the moment I'm rusty on that and I have a headache. But what I CAN help you with, once you get over the issue of roaming vs. local profiles, is how to make sure the users get

Re: [Samba] Using smbmount in a script - no return value

2005-12-17 Thread Michael Barnes
For some of us simple minded types, like me, perhaps you could have a permanent file in the share and test for it after mounting. Create the file NonsenseShare/iamhere #!/bin/bash smbmount //NonsenseShare /bad/mnt/point if test -f /bad/mnt/point/iamhere ; then printf The mount worked!\n

[Samba] HOW TO: Migrating users' locally-stored profiles from one domain or workgroup to a new domain

2005-12-17 Thread Jonathan Johnson
Migrating Users Profiles When Changing Domain Affiliation: A Primer I. Introduction NOTE: This applies to Windows NT-based systems with locally-stored user profiles. Windows 9x and Me do not manage user profiles in the same way. Quite often we find the need to change a workstation's

[Samba] Samba over PVFS: Corrupted Data

2005-12-17 Thread Justin Mazzola Paluska
Hello, I'm trying to export Samba shares that access a PVFS2 (http://www.pvfs.org/pvfs2)-mounted partition. PVFS2 is a parallel, distributed file system for Linux clusters. PVFS2 gets mounted like any other partition and it offers non-POSIX file semantics similar to NFS. We can use standard

[Samba] User Must Change Password On Next Logon

2005-12-17 Thread Emanuele
Hello, you can write this: pdbedit --pwd-must-change-time=1134732000 'username' P.S.: 1134732000 is the time (sec) starting at 01/01/1970, in this case, the user 'username' must change his password after the 16/12/2005 12:20. Bye Emanuele -- To unsubscribe from this list go to the

[Samba] WINS clients fail to release/refresh records with Samba WINS server after reboot

2005-12-17 Thread Farshad Abasi
Hi all, We are running Samba 3.0.2a and using it as a domain controller and WINS server. After rebooting the server, we are unable to reach (i.e. looking up machines by name) some of our network PCs (Windows 2000 boxes), due to failure with WINS look up. I investigated the wins.db file, and

[Samba] WINS clients fail to release/refresh records with Samba WINS server after reboot

2005-12-17 Thread Farshad Abasi
Hi all, We are running Samba 3.0.2a and using it as a domain controller and WINS server. After rebooting the server, we are unable to reach (i.e. looking up machines by name) some of our network PCs (Windows 2000 boxes), due to failure with WINS look up. I investigated the wins.db file, and

[Samba] Share Access for SAMBA 2.2.8a on HP-UX 11.11

2005-12-17 Thread Michalek, Tom S
Security=server Username map=/etc/opt/samba/username.map All NT ids are mapped to the same unix id via username.map. Some NT id's don't see all the SHARES when they access SAMBA...Not sure why this would be if all NT ids are being translated to the same unix id. -- To unsubscribe from this list

[Samba] LDAP and CA certificates

2005-12-17 Thread Graham Leggett
Hi all, When configuring Samba against an LDAP server, it is possible to configure an SSL connection by using ldap ssl = on in the smb.conf file. Is there a way of telling Samba's LDAP code to ensure that the certificate presented by the LDAP server is signed by a specific CA? Regards,

[Samba] windows env variable for USERDOMAIN is wrong

2005-12-17 Thread Greg Fischer
Hi all, I just setup my Samba PDC. Mostly everything works, but I am wondering why on some clients, they have the wrong USERDOMAIN environment variable. (when you run 'set' in win xp cmd) The domain name is MEIDLING, and the user and computer are joined ok. But in set, it shows USERDOMAIN as

svn commit: samba r12301 - in branches/SAMBA_4_0/source/build/m4: .

2005-12-17 Thread metze
Author: metze Date: 2005-12-17 09:28:39 + (Sat, 17 Dec 2005) New Revision: 12301 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12301 Log: FHS 2.2 says that /var/cache/* contains only cached data, which can we removed without losing data, we should keep our

svn commit: samba r12302 - in branches/SAMBA_4_0/source: .

2005-12-17 Thread metze
Author: metze Date: 2005-12-17 10:10:09 + (Sat, 17 Dec 2005) New Revision: 12302 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12302 Log: - create the logfilebase directory with make install - get rid of unreadable long lines metze Modified:

svn commit: samba r12303 - branches/SAMBA_3_0/source/lib trunk/source/lib

2005-12-17 Thread vlendec
Author: vlendec Date: 2005-12-17 15:38:41 + (Sat, 17 Dec 2005) New Revision: 12303 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12303 Log: Move split_domain_and_name to util_getent.c and make it static there. Volker Modified:

svn commit: samba r12304 - in branches/SAMBA_4_0/source: param script/tests wrepl_server

2005-12-17 Thread metze
Author: metze Date: 2005-12-17 15:45:38 + (Sat, 17 Dec 2005) New Revision: 12304 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12304 Log: split out the wins partner configuration into a seperate ldb. now $privatedir/wins_config.ldb contains the wins partners and

svn commit: samba r12305 - branches/SAMBA_3_0/source/smbd trunk/source/smbd

2005-12-17 Thread vlendec
Author: vlendec Date: 2005-12-17 16:31:04 + (Sat, 17 Dec 2005) New Revision: 12305 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12305 Log: Reformatting Modified: branches/SAMBA_3_0/source/smbd/password.c trunk/source/smbd/password.c Changeset: Modified:

svn commit: samba r12306 - branches/SAMBA_3_0/source/lib trunk/source/lib

2005-12-17 Thread vlendec
Author: vlendec Date: 2005-12-17 16:56:24 + (Sat, 17 Dec 2005) New Revision: 12306 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12306 Log: Reformatting Modified: branches/SAMBA_3_0/source/lib/username.c trunk/source/lib/username.c Changeset: Sorry, the

svn commit: samba r12307 - branches/SAMBA_3_0/source/smbd trunk/source/smbd

2005-12-17 Thread vlendec
Author: vlendec Date: 2005-12-17 17:13:45 + (Sat, 17 Dec 2005) New Revision: 12307 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12307 Log: Reformatting plus a trivial if/else simplification. There's no point in doing an else branch that only returns NULL.

svn commit: samba r12308 - branches/SAMBA_3_0/source/smbd trunk/source/smbd

2005-12-17 Thread vlendec
Author: vlendec Date: 2005-12-17 17:19:21 + (Sat, 17 Dec 2005) New Revision: 12308 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12308 Log: Reformatting Modified: branches/SAMBA_3_0/source/smbd/service.c trunk/source/smbd/service.c Changeset: Modified:

svn commit: samba r12309 - in branches/SAMBA_4_0/source/wrepl_server: .

2005-12-17 Thread metze
Author: metze Date: 2005-12-17 19:24:13 + (Sat, 17 Dec 2005) New Revision: 12309 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12309 Log: fix a crash bug, which appens in an error case metze Modified: branches/SAMBA_4_0/source/wrepl_server/wrepl_out_push.c

Build status as of Sun Dec 18 00:00:01 2005

2005-12-17 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-12-17 00:00:58.0 + +++ /home/build/master/cache/broken_results.txt 2005-12-18 00:00:23.0 + @@ -1,17 +1,17 @@ -Build status as of Sat Dec 17 00:00:02 2005 +Build status as of Sun Dec

svn commit: samba r12310 - in branches/SAMBA_4_0/source: auth/credentials lib/ldb/ldb_ildap

2005-12-17 Thread abartlet
Author: abartlet Date: 2005-12-18 05:01:15 + (Sun, 18 Dec 2005) New Revision: 12310 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12310 Log: Link simple bind support in our internal LDAP libs to LDB and the command line processing system. This is a little ugly