Re: [Samba] ACLs and winbind

2007-08-09 Thread Henrik Zagerholm
8 aug 2007 kl. 16:18 skrev Thierry Lacoste: I'm trying to allow XP clients to add ACLs in the homes share. It appears that I'm unable to do it unless I use winbind although I'm in a pure Samba/OpenLDAP environment. I have a PDC and BDC with Samba/OpenLDAP and a member Samba server with homes

[Samba] Can't connect to Windows 2000 Server v. 3.0.25

2007-08-08 Thread Henrik Zagerholm
Hello list, I have a weird problem where I can easily connect to Windows 2003 Servers. Both Standard, Enterprise and R2. But I can't connect to any Windows 2000 Servers on the same net. A port scan shows that exactly the same ports are opened. Here is my smb.conf

[Samba] Using setuid on smbd

2007-07-12 Thread Henrik Zagerholm
Hello list, I wonder if it is a really bad idea to setuid bit on samba daemons to make them start with root privileges? I need it in an embedded systems where the daemons are started by a non root user and I don't have access to sudo etc and we all know that smbd should run under root.

Re: [Samba] Can't get single sign on to work after joining linux to an AD domain

2007-06-26 Thread Henrik Zagerholm
First of all that guide is faulty as you need security = ADS and not Domain. I think you should look at the Samba By Example or the official How- To on samba.org If you then have problems/questions please post them here. Cheers, henrik 26 jun 2007 kl. 18:54 skrev Justin Ehrlichman: Hi all,

Re: [Samba] Remotely executing scheduled tasks

2007-06-13 Thread Henrik Zagerholm
13 jun 2007 kl. 05:28 skrev Simon Males: From another Windows system using schtasks.exe a scheduled task can be executed with the following syntax: schtasks /Run /TN Backups /S remote_system_name I suppose the Unix/SSH equivalent is: ssh user@remote_system_name /usr/local/bin/backups.sh

Re: [Samba] trying to compile samba 3.0.25a on mac os 10.4.9 i get an error in confgure

2007-06-11 Thread Henrik Zagerholm
Post this to [EMAIL PROTECTED] instead. 11 jun 2007 kl. 01:42 skrev g g: configure:3597: checking how to run the C preprocessor configure:3637: gcc -E conftest.c configure:3643: $? = 0 configure:3674: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory

Re: [Samba] Re: Join Linux client to Samba PDC domain

2007-06-08 Thread Henrik Zagerholm
7 jun 2007 kl. 21:19 skrev Matt: Now I want the same thing in a different environment CentOS Samba PDC in domain mode and LDAP Windows XP and Vista clients joined to the Samba domain Linux File Server (which I don't know how to configure) So I want all the Windows clients to be able to

Re: [Samba] Re: Join Linux client to Samba PDC domain

2007-06-08 Thread Henrik Zagerholm
8 jun 2007 kl. 09:56 skrev Julian Pilfold-Bagwell: Matt wrote: Now I want the same thing in a different environment CentOS Samba PDC in domain mode and LDAP Windows XP and Vista clients joined to the Samba domain Linux File Server (which I don't know how to configure) So I want all the

Re: [Samba] Who is domain controller for DHCP, DNS, IIS etc

2007-06-08 Thread Henrik Zagerholm
8 jun 2007 kl. 10:51 skrev Brijesh Shukla: I am trying te set up a test lab to test my application. In my test lab I need to install Domain Controller (With Active Directory) , DNS server , IIS Server and DHCP server. I have to install each server on different test machine. for example

[Samba] Join Linux client to Samba PDC domain

2007-06-07 Thread Henrik Zagerholm
Hi list, I know this is maybe an awkward question but I wonder if tis possible to join linux clients to a samba domain and if so how would I set up their smb.conf? I want to accomplish the same thing in a Samba PDC domain as in an Windows ADS domain. Today I have in one environment

Re: [Samba] net ads dns register question

2007-06-04 Thread Henrik Zagerholm
4 jun 2007 kl. 17:45 skrev Gerald (Jerry) Carter: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henrik, First time using the new ads function and have some questions.I'm issuing the command 5 times with different parameters and only one succeeds. ... # net ads dns register -P DNS update

Re: [Samba] net ads dns register question

2007-06-04 Thread Henrik Zagerholm
4 jun 2007 kl. 18:29 skrev Gerald (Jerry) Carter: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henrik Zagerholm wrote: I compiled with --with-dnsupdate Join is successful but DNS update fails either way. [EMAIL PROTECTED]:~$ /usr/local/samba/bin/net ads join -U [EMAIL PROTECTED

[Samba] net ads dns register question

2007-06-01 Thread Henrik Zagerholm
Hello, First time using the new ads function and have some questions. I'm issuing the command 5 times with different parameters and only one succeeds. #net ads dns register DNS update failed! #net ads dns register -P DNS update failed! #net ads dns register -P -I 10.170.4.10 DNS update

[Samba] Net command help. Please!

2007-06-01 Thread Henrik Zagerholm
Hello, What user flags are available to the net ads | rpc user add command. It states in the man pages that you can add [-F user flags] but not which flags? Please help this is important as I now only can create disabled users in my AD. Regards, Henrik -- To unsubscribe from this list

[Samba] Simple question regarding net command samba 3.0.25.

2007-05-30 Thread Henrik Zagerholm
Hello list, I wonder which user flags can be specified when adding users with the net command. The documentation shows: [RPC|ADS] USER ADD name [password] [-F user flags] [-C comment] But the user flags are not mentioned anywhere. Are they implemented? Regards, Henrik -- To unsubscribe

Re: [Samba] programming libsmbclient

2007-05-25 Thread Henrik Zagerholm
I made my own which works so far :) Just do m_pURLEncode = new Replace( %, %25 ); fd = smbc_open( m_pURLEncode-Translate(ossSMBURL.str()).c_str(), O_RDONLY, 0 ); So I just replace all % with %25 which is the code for % and you should be ok. Cheers, henrik 10 maj 2007 kl. 16:06 skrev

Re: [Samba] Winbind - wbinfo -u works, getent passwd only gives local users

2007-05-24 Thread Henrik Zagerholm
Did you link libnss_winbind correctly? http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/ winbind.html#id412579 Cheers, henrik 23 maj 2007 kl. 00:02 skrev David Lee: Thanks for the suggestion, but these are already set. I am not making any progress on this. David Lee On Friday

[Samba] Net command question. Samba 3.0.25 rc3

2007-05-24 Thread Henrik Zagerholm
Hello list, I wonder which user flags can be specified when adding users with the net command. The documentation shows: [RPC|ADS] USER ADD name [password] [-F user flags] [-C comment] But the user flags are not mentioned anywhere. Are they implemented? Regards, Henrik -- To unsubscribe

[Samba] Net command question. Samba 3.0.25 rc3

2007-05-14 Thread Henrik Zagerholm
Hello list, I wonder which user flags can be specified when adding users with the net command. The documentation shows: [RPC|ADS] USER ADD name [password] [-F user flags] [-C comment] But the user flags are not mentioned anywhere. Are they implemented? Regards, Henrik -- To unsubscribe

Re: [Samba] programming libsmbclient

2007-05-10 Thread Henrik Zagerholm
10 maj 2007 kl. 17:22 skrev Mattieu Puel: hi all, I have a strange problem using the libsmbclient api.. retrieving or stating files named with percents in is for some of them impossible. Example: a file located at smb://test/test/% 7C2.txt cannot be retrieved with my code, smbc_open fails

[Samba] Smbcacls syntax questions (Samba-3.0.25rc2)

2007-05-07 Thread Henrik Zagerholm
Hello list, I'm testing out smbcacls to handle acls on a linux samba server with ext3 filesystem(acls enabled). 1. How can I change the rights mask with smbcacls? I.e mask:r-- ? 2. How can I change the permissions for an ACL to none? /usr/local/samba/bin/smbcacls //192.168.100.1/testshare

Re: [Samba] Samba logging behavior on new files

2007-05-02 Thread Henrik Zagerholm
Hi, It would be interesting see how you did it so if its not to much trouble share it here or on the samba wiki. cheers 2 maj 2007 kl. 04:22 skrev Bala: Hi, I trashed my stupid idea/program and wrote samba VFS module to do the same thing. It works very well. I have home made program,

SOLVED - Re: [Samba] Problem using valid users with security = ADS

2007-04-30 Thread Henrik Zagerholm
Apparently I had the sticky bit set on the parent directory of the share. This made valid user to get access denied. Is this behaviour expected? Cheers, Henrik 29 apr 2007 kl. 20:24 skrev Henrik Zagerholm: Hi list, I have a weird problem. Im using samba 3.0.24 in ADS mode against a 2003

[Samba] Changing group owner to a group user is not member of

2007-04-30 Thread Henrik Zagerholm
Hi, I'm using latest samba 3.0.24 on a debian etch box (ext3, acl) in ADS mode joined to a W2003 domain. Everything works fine except when I want to change the group of a file to something the user is not member of. Even if I run the commands as Administrator I can't seem to change to

[Samba] Problem using valid users with security = ADS

2007-04-29 Thread Henrik Zagerholm
Hi list, I have a weird problem. Im using samba 3.0.24 in ADS mode against a 2003 server. If I put admin users = @KIC\Domain Users I can connect with all users in that group. If I remove admin users and instead use valid users = @KIC\Domain Users I receive the following error

Re: [Samba] Joining Samba 3.24 to 2003 ADS

2007-04-28 Thread Henrik Zagerholm
Hi, Check that libnss is linked correctly. cp ../samba/source/nsswitch/libnss_winbind.so /lib ln -s /lib/libnss_winbind.so /lib/libnss_winbind.so.2 /sbin/ldconfig -v | grep winbind Cheers, Henrik 27 apr 2007 kl. 21:12 skrev Jeff Thurston: 'hostname -f' host.fqdn.com Entry is also in the

Re: [Samba] Re: psexec for Linux and svcctl.idl changes

2007-04-19 Thread Henrik Zagerholm
http://eol.ovh.org/winexe/ 11 apr 2007 kl. 18:02 skrev David Fischer ((DHL US)): On Thu, 2006-07-06 at 21:33 +, an unknown sender wrote: On Thu, Jul 06, 2006 at 11:27:55PM +0200, Henrik Zagerholm wrote: Hi and thanks AH for a very good initiative of building this kind of tool. I just

Re: [Fwd: [Samba] problem writing files]

2007-03-15 Thread Henrik Zagerholm
It would help if you stated the exact version of samba on the both machines. smbd --version cheers, henrik 14 mar 2007 kl. 15:47 skrev Doug Tucker: Nobody? Forwarded Message From: Doug Tucker [EMAIL PROTECTED] To: samba@lists.samba.org Subject: [Samba] problem writing

Re: [Samba] Scripting net command problem

2007-03-01 Thread Henrik Zagerholm
the question if I use the -P flag. Is it safe to always specify the -P flag? What happens if I specify both -U Admin%pass and -P ?? Regards, Henrik 28 feb 2007 kl. 17:50 skrev Felipe Augusto van de Wiel: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/27/2007 02:32 PM, Henrik Zagerholm wrote

[Samba] Scripting net command problem

2007-02-27 Thread Henrik Zagerholm
Hello list, I'm writing some scripts that executes the net command. I have noticed that sometimes when things goes wrong the net command asks for input i.e a password which results in a hanging script. Is there some way to avoid this? I've looked at the different flags fro net command but

[Samba] Smbclient 3.0.23d . Access denied when overwriting hidden files on windows.

2007-01-25 Thread Henrik Zagerholm
Hello list, I'm having a little problem copying files with hidden attribute set from my samba machine to a XP client. Copying the files from the XP client to the samba box works perfect but if I do it the other way around I get access denied. even though I'm using a local Administrator

[Samba] Domain groups problem Samba 3.0.23d

2007-01-19 Thread Henrik Zagerholm
Hi list, Im using Samba 3.0.23d on a Debian Etch box. Its configured as a ADS member. wbinfo -u returns correct domain users wbinfo -g returns correct domain groups getent passwd returns all users. I.e #KIC\kicass:*:10049:10002:kic ass:/home/KIC/kicass:/bin/false getent group returns

SOLVED Re: [Samba] Domain groups problem Samba 3.0.23d

2007-01-19 Thread Henrik Zagerholm
I tried winbind use default domain = yes restarted winbindd and it worked. I then switched it back and now it works with default domain = no. 19 jan 2007 kl. 11:56 skrev Henrik Zagerholm: Hi list, Im using Samba 3.0.23d on a Debian Etch box. Its configured as a ADS member. wbinfo -u

[Samba] /etc/passwd needed for tdbsam?

2007-01-11 Thread Henrik Zagerholm
Hi list, I wonder if /etc/passwd is needed for tdbsam? If so which backend is not dependant of /etc/passwd? Onle LDAP or ? Regards, henrik -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Samba version 3.0.23d-1 and joining a Windows Domain

2007-01-01 Thread Henrik Zagerholm
Shouldn't security = DOMAIN be ADS instead? 1 jan 2007 kl. 20:29 skrev Bryan Jones: All, I installed the new version of samba on my Redhat 9.0 server. I have samba running on another Redhat 9.0 server and the version of samba on that box is 3.0.21c-1 and this server has successfully

REPOST-Re: [Samba] Enum groups of a user Samba 3.0.23

2006-12-14 Thread Henrik Zagerholm
Can anyone confirm that is is possible or not possible with current samba? Thanks, Henrik 11 dec 2006 kl. 22:57 skrev Henrik Zagerholm: 8 dec 2006 kl. 22:28 skrev James A. Dinkel: -Original Message- From: Henrik Zagerholm Sent: Friday, December 08, 2006 7:32 AM Hello list, I

Re: [Samba] Enum groups of a user Samba 3.0.23

2006-12-11 Thread Henrik Zagerholm
8 dec 2006 kl. 22:28 skrev James A. Dinkel: -Original Message- From: Henrik Zagerholm Sent: Friday, December 08, 2006 7:32 AM Hello list, I wonder if I can somehow enumerate all local groups a user is member of? Regards, Henrik I don't get what you mean. You should be able

[Samba] Enum groups of a user Samba 3.0.23

2006-12-08 Thread Henrik Zagerholm
Hello list, I wonder if I can somehow enumerate all local groups a user is member of? Regards, Henrik -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Samba Install Dependencies - ADS Security Mode

2006-11-28 Thread Henrik Zagerholm
Here ya go apt-get install libldap2-dev libkrb5-dev acl libacl1-dev Cheers henrik 26 nov 2006 kl. 01:29 skrev Michael Casale: Hi All, I’m doing a test install on a barebones Debian 3.1 installation. It will be configured to join a test Active Directory domain, Windows 2003 native mode,

Re: [Samba] Strange behavior when join a domain

2006-11-22 Thread Henrik Zagerholm
Be sure you set your hostname correctly. #hostname should return hostname.domain.com. cheers, 22 nov 2006 kl. 12:21 skrev Rashid N. Achilov: Samba 3.0.23c, FreeBSD 6.1-RELEASE, Windows domain on W2K Advanced Server. When I have tried to join a domain I had have cought with a very strange

[Samba] wbinfo -g problems

2006-11-16 Thread Henrik Zagerholm
Hi list, I'm using samba version SAMBA_3_0 revision 18029. I'm having problems with wbinfo. wbinfo -u works as expected but not wbinfo -g. I only get BULTIN\Administrator and BULTIN\Users back. Does anyone have any clues why that is? Regards, Henrik -- To unsubscribe from this list go to

Re: [Samba] Javascript to access AD?

2006-11-15 Thread Henrik Zagerholm
Why don't you use server side scripts for that like PHP or Ruby?? There is a lot of LDAP libs for both of them. Cheers, henrik 14 nov 2006 kl. 12:55 skrev Jesse W. Asher: Does anyone know how I might be able to use the Javascript libs that come with Samba 4 to create a web page that can

Re: [Samba] Samba 3.0.10 / Solaris 8 / Windows 2003

2006-11-07 Thread Henrik Zagerholm
What OS are you using? Usually all package handlers have krb5 in their repos. Just do a apt-get install libldap2-dev libkrb5-dev acl libacl1-dev on debian. Here is a good link - http://www.enterprisenetworkingplanet.com/ netos/article.php/3487081 Cheers, 7 nov 2006 kl. 01:15 skrev Brad

Re: [Samba] Samba 3.0.10 / Solaris 8 / Windows 2003

2006-11-06 Thread Henrik Zagerholm
Any reason why you don't use security=ads and kerberos so that you get single sign on for shares with your AD users? This way they don't need to supply user/pass to samba shares as samba kan handles the kerberos tickets issued when they logged on to the win box. cheers 6 nov 2006 kl. 21:59

Re: [Samba] Call a script after every file modification

2006-11-01 Thread Henrik Zagerholm
Take a look at VFS modules for samba. These can do what you are asking. Cheers, henrik 31 okt 2006 kl. 11:05 skrev Holakovsky, Michael: Is there a simple possibility to hook in a script which is called every time a file is modified via smbd, e.g. a user is adding a file via samba share?

Re: [Samba] Samba Breaks with ACLs

2006-10-30 Thread Henrik Zagerholm
You could always edit your fstab file and mount your fs without acl support. But you can also take some time and study the ACL support in Samba. Correctly implemented its a powerful feature. Cheers, Henrik 30 okt 2006 kl. 16:51 skrev John Goerzen: Hello, We are running Samba 3.0.23c on

Re: [Samba] wbinfo -u works, getent passwd doesn't, not nsswitch.conf

2006-10-26 Thread Henrik Zagerholm
Hello, I had a similar problem and the solution was to make sure that the libnss_winbind.so was linked correctly. More details here = http://us3.samba.org/samba/docs/man/Samba-HOWTO- Collection/winbind.html Cheers, Henrik 26 okt 2006 kl. 18:31 skrev Barry L. Kline: -BEGIN PGP

Re: [Samba] net rpc password?

2006-10-18 Thread Henrik Zagerholm
Do you use the -U parameter and the -S parameter? If you don't it will try to connect to localhost using your unix user. 18 okt 2006 kl. 03:30 skrev Chuck Kollars: When I try to execute `net rpc group` it asks Password:, then no matter what I enter it's always wrong. (I suspect this means I

Re: [Samba] samba 4

2006-10-18 Thread Henrik Zagerholm
Copied from a earlier post from jerry, This is a blurb I put in the upcoming 3rd edition of Using Samba (O'Reilly). Hope it helps clarify things. - -- Samba Domains: NT 4.0 or Active Directory? Before we dive into the technical details of Samba's domain controller functionality, it is

Re: [Samba] winbind separator

2006-10-18 Thread Henrik Zagerholm
If you want \ as winbind separator just don't specify one as it will be correct with the default value. cheeers, henrik 18 okt 2006 kl. 23:24 skrev Karthik R: Am able to read the domain users using winbind and samba. But while executing wbinfo -u or wbinfo -g command, i get the winbind

Re: [Samba] no frills samba server

2006-10-17 Thread Henrik Zagerholm
Hi Glen, I really can't say if ADMIN$ should be there but its not in my setup and the Windows ADMIN$ is for among other things executing RPC calls so I don't think it should show up on a Unix/Samba box. Just my thoughts! Cheers and good luck! 17 okt 2006 kl. 04:58 skrev Glen Kaukola:

[Samba] Best practise when adding AD users from Samba

2006-10-16 Thread Henrik Zagerholm
Hi list, I've been looking at different ways of adding domain users from Samba. Right now I have to use different methods which feels really awkward eg: net ADS user add doesn't work BUT net RPC user add works. net RPC password doesn't work on the newly created user BUT net ADS password

[Samba] Workgroup or domain

2006-10-12 Thread Henrik Zagerholm
Hi all, I wonder if it is possible to figure out if my samba server is in a workgroup or domain environment? Regards, Henrik -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Architecture VPN and Samba with ADS 2003 help needed

2006-10-12 Thread Henrik Zagerholm
in smb.conf? Cheers 12 okt 2006 kl. 07:01 skrev Guillaume Riviere: Henrik Zagerholm wrote: 11 okt 2006 kl. 07:03 skrev Guillaume Riviere: Dear all Samba list, I'm currently facing some little problem with samba, I search for advices on our offices architecture. This is what we have: - We got

Re: [Samba] Architecture VPN and Samba with ADS 2003 help needed

2006-10-12 Thread Henrik Zagerholm
as there is very little info regarding this in the docs. cheers 12 okt 2006 kl. 09:31 skrev Guillaume Riviere: Henrik Zagerholm wrote: As I remember the winbind offline is something different and won't be a substitute for a member server. I really haven't had the time yet to look into this new mode

Re: [Samba] Architecture VPN and Samba with ADS 2003 help needed

2006-10-10 Thread Henrik Zagerholm
11 okt 2006 kl. 07:03 skrev Guillaume Riviere: Dear all Samba list, I'm currently facing some little problem with samba, I search for advices on our offices architecture. This is what we have: - We got 2 offices with unstable ADSL connection (sometime more that 5 connections shutdown a

Re: [Samba] Domain problem... (other way)

2006-09-28 Thread Henrik Zagerholm
? !!??!?!?!!??!? Noo! Just the Samba account. You can't add it again if its there. (Well, you can reset AD accounts also.) Elvis -Mensaje original- De: Henrik Zagerholm [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 27 de septiembre de 2006 15:40 Para: Elvis Aaron Presley CC: 'Lista Samba' Asunto: Re

Re: [Samba] Domain problem...

2006-09-27 Thread Henrik Zagerholm
Hello, winbind enum users = yes winbind enum groups = yes also check that getent passwd shows domain users. Cheers, Henrik 27 sep 2006 kl. 09:23 skrev Elvis Aaron Presley: Nobody knows any information or test for me? :( Elvis -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Samba] Domain problem... (other way)

2006-09-27 Thread Henrik Zagerholm
in other older dates, and the server was working fine at that dates. What can I do? I need to share folder on my debian to domain users... :S Elvis -Mensaje original- De: Henrik Zagerholm [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 27 de septiembre de 2006 9:30 Para: Elvis Aaron Presley

Re: [Samba] Mac can't connect to debian after upgrade to Samba 3.0.23

2006-09-25 Thread Henrik Zagerholm
I have a debian box with latest samba. I've tested with both security = user and ads and I can connect from Mac Os X tiger to either of them. Could it be the smb implementation in panther? cheers, hernik 25 sep 2006 kl. 18:31 skrev Ron: Giddings, Bret wrote: Ron, This might be the same as

Re: [Samba] Feasibility question: get samba to back-up every version of a file

2006-09-08 Thread Henrik Zagerholm
You can accomplish this with a VFS module. As I remember there was supposed to be a SoC project doing this but I don't know what happened. Using VFS you can trap all kinds of file operations (look at the recycle bin module to see how they move a file on delete instead of deleting it)

Re: [Samba] Archive bit oddities

2006-09-01 Thread Henrik Zagerholm
acl group control = yes maybe? cheers 1 sep 2006 kl. 15:07 skrev Aaron Kincer: Hello everyone, I've been scouring the web, reading documentation and experimenting with settings and I am having no luck in getting the behavior of the archive bit to be anywhere near expected. I have the file

Re: [Samba] Re: winbind HOWTO specifically for backend_ad?

2006-08-25 Thread Henrik Zagerholm
AFAIK linking the nss libs is crucial for winbind to work as expected.. cheers, henrik 25 aug 2006 kl. 16:41 skrev David Shapiro: I guess it is my lack of knowledge on how all these things work, but is it basically the case that I cannot use backend_ad without nss? Does the pdc require that

Re: [Samba] How to get Samba's share directories

2006-08-24 Thread Henrik Zagerholm
rpcclient -c 'netsharegetinfo sharename' ip_adress cheers,henrik 24 aug 2006 kl. 04:56 skrev Nguyen Anh Phu: Hi all, Is there any tool that can get Samba service (share directory) and its full path? Maybe its output likes this: [share] /home/share [setup] /home/setup ... Any help would be

Re: [Samba] Caching authentication request

2006-08-24 Thread Henrik Zagerholm
I really have no idea if this is relevant but maybe you should look at winbind offline logon setting in smb.conf? Just an idea... 24 aug 2006 kl. 16:44 skrev Yann Durieux: Hi, I've got some problem with samba (v3.0.22) on a linux (RedHat 4 ES) running squid (2.5Stable6). My server has

Re: [Samba] Domain Login

2006-08-23 Thread Henrik Zagerholm
Do you have any reason to stick with samba 2.x? It is very old so it is really really recommendable to upgrade to 3.0.23 Cheers, Henrik 23 aug 2006 kl. 12:13 skrev Rick Jones: I've just encountered a very similar problem. Using Samaba 2.2.8 as a PDC, everything has been fine for ages, a

Re: [Samba] Re: Samba instead of SBS2k+3

2006-08-20 Thread Henrik Zagerholm
20 aug 2006 kl. 18:28 skrev Przemyslaw Smiejek: W odpowiedzi na pismo z niedziela, 20 sierpnia 2006 14:52 (autor Robert Schetterer publikowane na gmane.network.samba.general, wasz znak: [EMAIL PROTECTED]): Hi, jep samba can act as a win nt (4) domain controller PDC. PDC it's only

Re: [Samba] Samba instead of SBS2k+3

2006-08-19 Thread Henrik Zagerholm
Yes, you can use samba as a PDC. Pleaes read the following http://us1.samba.org/samba/docs/man/Samba-Guide/ 18 aug 2006 kl. 16:57 skrev Przemyslaw Smiejek: Hi, I'm a teacher and I have got 20 computers with Windows XP and server Windows SBS 2003 with Active Directory. I use AD to set

Re: [Samba] Samba instead of SBS2k+3

2006-08-19 Thread Henrik Zagerholm
He can use this for some of the policy settings... http://wpkg.org/ 19 aug 2006 kl. 15:50 skrev Thomas Boutell: On Sat, 19 Aug 2006, Henrik Zagerholm wrote: Przemyslaw Adam Smiejek wrote: Hi, I'm a teacher and I have got 20 computers with Windows XP and server Windows SBS 2003 with Active

Re: [Samba] Re: net user add disables remote account automatically?

2006-08-18 Thread Henrik Zagerholm
As I remember this is an old bug that has been pointed out several times. I don't know the status of the bug but maybe someone does... Cheers, henrik 17 aug 2006 kl. 23:39 skrev alpha outlaw: On 8/16/06, alpha outlaw [EMAIL PROTECTED] wrote: I notice when issuing the command net rpc user

[Samba] Why can't I delete Everyone ACL entry on a Samba share?

2006-08-18 Thread Henrik Zagerholm
Hi list, Using Samba 3.0.22 on a Debian box. Samba is using security = ADS and is a member server. Winbind, kerberos works as expected. BUT If I look at the security tab in windows I always see the Everyone entry. I think this is because the POSIX other entry in the FS on the debian box,

[Samba] Removing Everyone access on Samba shares

2006-08-17 Thread Henrik Zagerholm
Hi list, My setup: Debian etch (ext3 with acl) with Samba 3.0.22, kerberos5, winbind. Samba box added to a Windows 2003 Domain. Winbind works as expected. It is possible to use domain accounts to access the shares. What I wonder is how to remove the Everyone and Domain Users entries in

Re: [Samba] adding samba3 to Active Directory Domain

2006-08-16 Thread Henrik Zagerholm
Have you configured kerberos and windbind correctly? Does your net ads join work? Have you linked the libnss_winbind.so correctly? Have you followed this one = http://us3.samba.org/samba/docs/man/ Samba-HOWTO-Collection/winbind.html. Confirm this so can we more easily help. Its kinda hard

Re: [Samba] XP clients disconnected during trasnfer of larger files tothe samba server

2006-08-12 Thread Henrik Zagerholm
Have you tried this with resent versions of samba? I'm not an expert but I can't recall that I have had any problems with large files. You could see if there is a bug filed on bugzilla.samba.org regarding this, ranging from the version of samba you are using to current and see if its

Re: [Samba] Samba AD member server and cached credentials?

2006-08-08 Thread Henrik Zagerholm
Hi, You might take a look at the new option in smb.cong called winbind offline logon (G) Haven't used it myself but I think it would work :) or you have to wait for samba4 :) Cheers, Henrik 8 aug 2006 kl. 19:14 skrev Hansjörg Maurer: Hi we are using a recent samba server in an AD W2003

Re: [Samba] samba and domain authentification(newbie)

2006-07-31 Thread Henrik Zagerholm
Read up on security = ADS and windbind. cheers,henrik 27 jul 2006 kl. 17:04 skrev Michael F: Hello! I want to make a samba server that let the users connected to domain to acces the shares without promting for password once they are authentificated to domain. I also want to restrict the acces

[Samba] rpcclient netsharegetinfo against linux server

2006-07-26 Thread Henrik Zagerholm
Hi list, I wonder why rpcclient -c 'netsharegetinfo tmp' returns C:\tmp as physical path when run against a samba server on a linux box. It should return /tmp. As I understand it the rpcclient command is not actively maintained, if so, is there any other utils or libs that will let me do

Re: [Samba] rpcclient netsharegetinfo against linux server

2006-07-26 Thread Henrik Zagerholm
Gerald (Jerry) Carter: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henrik Zagerholm wrote: Hi list, I wonder why rpcclient -c 'netsharegetinfo tmp' returns C:\tmp as physical path when run against a samba server on a linux box. It should return /tmp. The srvsvc calls always convert Unix paths

Re: [Samba] New to this list. How to Samba Archives.

2006-07-20 Thread Henrik Zagerholm
Try this http://www.mail-archive.com/ Cheers, henrik 20 jul 2006 kl. 20:27 skrev Ariel Duran: Hello all, What is the easiest way to search the samba archives? The archive doesn't have a search option like the qmail archives search option. Regards, Ariel Duran -- To unsubscribe from

Re: [Samba] Registering Samba server in a MS DNS

2006-07-12 Thread Henrik Zagerholm
12 jul 2006 kl. 01:13 skrev Andrew Bartlett: On Tue, 2006-07-11 at 12:01 -0500, Gerald (Jerry) Carter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henrik Zagerholm wrote: Hi list, I'm not sure if this is the right place to ask this question but I guess someone has probably don

[Samba] Registering Samba server in a MS DNS

2006-07-11 Thread Henrik Zagerholm
Hi list, I'm not sure if this is the right place to ask this question but I guess someone has probably don this before. I wonder how I can easily register my samba box's in my Windows DNS? It is quite easy to register with WINS but how do I register it to the DNS? Reagards, Henrik -- To

Re: [Samba] Registering Samba server in a MS DNS

2006-07-11 Thread Henrik Zagerholm
Gerald (Jerry) Carter: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henrik Zagerholm wrote: Hi list, I'm not sure if this is the right place to ask this question but I guess someone has probably don this before. I wonder how I can easily register my samba box's in my Windows DNS? It is quite

Re: [Samba] get_service_ticket: kerberos_kinit_password [EMAIL PROTECTED]@SYSTEMMASTER.COM.AR failed: Preauthentication failed

2006-07-10 Thread Henrik Zagerholm
Read this one thoroughly http://us3.samba.org/samba/docs/man/Samba- HOWTO-Collection/winbind.html it goes through how to use winbind. Cheers,henrik 10 jul 2006 kl. 18:29 skrev Mariano Sokal: Have you linked the libnss_winbind.so files correctly? I just did apt-get install winbind, I run

Re: [Samba] Re: psexec for Linux and svcctl.idl changes

2006-07-06 Thread Henrik Zagerholm
Hi and thanks AH for a very good initiative of building this kind of tool. I just wonder if it would be possible to port this to the SAMBA 3 branch? Cheers, henrik 6 jul 2006 kl. 23:05 skrev Jeremy Allison: On Thu, Jul 06, 2006 at 10:52:18PM +0200, AH wrote: Thanks for comments. I am

Re: [Samba] Samba and MS SMS 2003

2006-07-06 Thread Henrik Zagerholm
Maybe this will help? http://wpkg.org/ Cheers, henrik 7 jul 2006 kl. 02:38 skrev Brian May: Brian == Brian May [EMAIL PROTECTED] writes: Brian 2. I noticed that Windows XP isn't one of the listed Brian required operating systems for Microsoft SMS 2003. So Brian either what I am

Re: [Samba] Gathering more information about authenticated domain users

2006-07-03 Thread Henrik Zagerholm
Hi, It is pretty easy to program yourself but you can also use tools like this one. http://sourceforge.net/projects/phpldapadmin Cheers, Henrik 3 jul 2006 kl. 07:55 skrev Markus Fischer: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm currently positively having winbind

[Samba] Failed to set servicePrincipalNames 3.023rc3

2006-07-03 Thread Henrik Zagerholm
Hi list, I get this error when joining my samba server to the domain. Failed to set servicePrincipalNames. Only NTLM authentication will be possible. Please ensure that the DNS domain of this server matches the AD domain, Or rejoin with using Domain Admin credentials. Joined 'CUBE' to realm

Re: [Samba] Gathering more information about authenticated domain users

2006-07-03 Thread Henrik Zagerholm
linux? thank you very much, - - Markus Henrik Zagerholm wrote: Hi, It is pretty easy to program yourself but you can also use tools like this one. http://sourceforge.net/projects/phpldapadmin Cheers, Henrik 3 jul 2006 kl. 07:55 skrev Markus Fischer: Hi, I'm currently positively having

Re: [Samba] Failed to set servicePrincipalNames 3.023rc3

2006-07-03 Thread Henrik Zagerholm
3 jul 2006 kl. 15:54 skrev Gerald (Jerry) Carter: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henrik, You were right. ( as usual.. ) I had the wrong FQDN on the samba server. After reconfiguring my network and I got the FQDN back from 'hostname' the join worked as planned. For the

[Samba] Can't connect to Domain Member Samba server 3.0.23rc3

2006-07-03 Thread Henrik Zagerholm
Hi list, I followed Chapter 6 in the Samba how-to collection and I have successfully joined my samba server to my w2k3 domain. The kerberos tickets works as planed as I can connect to my DC from samba with kerberos authentication. BUT I can't seem to connect from Windows to the samba

SOLVED Re: [Samba] Can't connect to Domain Member Samba server 3.0.23rc3

2006-07-03 Thread Henrik Zagerholm
Hi again, I solved my problem. I haven't linked the libnss_winbind.so correctly for the getent passwd to work correctly. After new linking it worked. Cheers, Henrik 3 jul 2006 kl. 16:44 skrev Henrik Zagerholm: Hi list, I followed Chapter 6 in the Samba how-to collection and I have

Re: [Samba] Samba file server authenticated via active directory

2006-07-03 Thread Henrik Zagerholm
And getent passwd retrieves the domain accounts also? This was at least my problem... :) Cheers, Henrik 3 jul 2006 kl. 18:47 skrev Ty Norton: I am using winbind to retrieve credentials. The times are in sync, and I can get smbclient on localhost to authenticate using AD names if i set

[Samba] Using Security ADS or Domain 3.0.22

2006-06-26 Thread Henrik Zagerholm
Hi list, I'm trying to set upp a simple file server within a Windows 2003 AD domain. Its a FC4 machine with samba 3.0.22. I only need to be able to verify users with their AD account when accessing a Samba share. Can I accomplish this with Security Domain or do I need ADS? Or is there

Re: [Samba] Samba WINS Questions

2006-06-26 Thread Henrik Zagerholm
Maybe Samba4Wins could be used? http://enterprisesamba.org/index.php?id=88 Cheers, henrik 26 jun 2006 kl. 21:23 skrev Logan Shaw: On Mon, 26 Jun 2006, Vincent Fonteneau wrote: I'm using Samba 3.0.21c with PDC and severals BDC in different subnets. I'm triing to use Wins servers on all the

Re: [Samba] win2003 Permission Denied

2006-06-15 Thread Henrik Zagerholm
I'm not sure about this but as you don't use the latest version of samba maybe there isn't support for digitally signed communication. Always test with latest samba version first. Cheers, Henrik 15 jun 2006 kl. 21:14 skrev Peter Lauda: Listed and answered on many email lists and tech sites

Re: [Samba] Enum NT builtin users

2006-06-14 Thread Henrik Zagerholm
Great idea. Why didn't I think of that. :P Thanks jerry. //Henrik 14 jun 2006 kl. 00:27 skrev Gerald (Jerry) Carter: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henrik Zagerholm wrote: Hi list, I need to be able to enumerate all users on a client machine. I've been using NET RPC USER

Re: [Samba] How to know if a SID is a User or Group

2006-06-14 Thread Henrik Zagerholm
13 jun 2006 kl. 14:50 skrev Gerald (Jerry) Carter: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Beast wrote: Henrik Zagerholm wrote: Hi list and sorry if this is not a specific Samba issue. I just wonder if it is possible to determine if a SID belongs to a User or a Group? No you can't

[Samba] How to know if a SID is a User or Group

2006-06-13 Thread Henrik Zagerholm
Hi list and sorry if this is not a specific Samba issue. I just wonder if it is possible to determine if a SID belongs to a User or a Group? Regards, Henrik -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Removing Samba+LDAP, replacing W2k3+AD

2006-06-13 Thread Henrik Zagerholm
Regarding Scalix have you looked at PostPath? Cheers, Henrik 13 jun 2006 kl. 19:29 skrev Doug VanLeuven: Collins, Kevin wrote: Four years ago, I migrated our network from Windows NT based servers to Linux, Samba+LDAP based setups. This setup has worked fine. Last year, we replaced our

[Samba] Enum NT builtin users

2006-06-12 Thread Henrik Zagerholm
Hi list, I need to be able to enumerate all users on a client machine. I've been using NET RPC USER/GROUP command but it doesn't display some builtin users/groups like NT INSTANCE\SYSTEM (S-1-5-18) and Everyone (S-1-1-0). Does anyone know if it is possible to enumerate ALL users/groups on

  1   2   3   >