[Samba] Problem joining samba to AD realm

2003-07-30 Thread Chris Vaughan
I am having difficulty in joining the AD domain at our Office through kerberos. So far I have not been able to connect to the AD kdc. Here is a copy of my krb5.conf. <> <> *** This message is intended for the addressee named and

[Samba] Where did groupmap info stored?

2003-07-30 Thread Beast
Hi, When using smbpasswd backend, i can get 'default' groupmap list, i assume it were on secret.tdb. But when i use ldap as a backend, i can not get this 'default' groupmap anymore. So where it was stored or should i create it manuaaly on ldap? Tks. --beast -- To unsubscribe from this list go

Re: [Samba] Win98 troubles

2003-07-30 Thread John H Terpstra
On Thu, 31 Jul 2003, Bob Crandell wrote: > Hi, > > I have a client with 2 Win98 out of 15 computers that refuse to see the server when > they first turn them on in the morning. When they logon as a new user, not a > reboot, it connects and they work fine for the rest of the day. They can even >

[Samba] Win98 troubles

2003-07-30 Thread Bob Crandell
Hi, I have a client with 2 Win98 out of 15 computers that refuse to see the server when they first turn them on in the morning. When they logon as a new user, not a reboot, it connects and they work fine for the rest of the day. They can even reboot whenever they want throughout the day and it w

[Samba] Samba over the Internet...

2003-07-30 Thread Jonathan Villa
Is it possible to allow login into one of my machines over the internet. I currently have Samba running as PDC and from my house, I can access the computer just fine when I'm using WinXP. There are no problems with that, when I'm at home, the specific directory I want is mapped to a drive letter.

[Samba] Updated from 2.2.8a to 3.0b3 gives smbtar newer failure

2003-07-30 Thread Mark Cooke
Hi all, Situation: We use smbtar for backups, incrementals done using -N , and this has worked well with samba 2.2.x After upgrading to 3.0b3, using the -N (newer) option to smbtar causes a bad interaction with smbclient. Eg,: # smbtar -s PC -x Share -u User -p Pwd -d / -t - -N last-backup -v

Re: [Samba] Printer Drivers Question

2003-07-30 Thread Mark Cooke
Hi Corey, I was just playing with this, using the instructions in the 3.0/HEAD howto for manual driver addition using rpcclient. It also works for 2.2.8a. However, the one caveat I have found is that I can't (with 2.2.8a or 3.0b3) get the properties for the printer set so new clients get the rig

[Samba] CodePages

2003-07-30 Thread Webmaster Gas Brasil
Does anyone know how to keep charachters like ã, õ and ê using Samba? I installed Samba 2.2.8a at FreeBSD 4.7 and by using codepage 850 the õ char is not recognize by machines running Win98 with codepage 437. As I have both 850 and 437 Windows in my network, how can I solve that? -- To unsubsc

[Samba] Some Win2K boxes can't change background image

2003-07-30 Thread Max Harvey
Hi, I have recently changed from a Win2K server to a Samba 2.2.8 server. Well on some of our machines we are unable to change the background image for win2K, while on others you can (yep, boxes are probably configured differently). If you change it on one of the boxes which can change it, it is

[Samba] security=domain problems

2003-07-30 Thread Peter T Greening
Hi all, We are having some problems getting a solaris 9(sparc) file server running samba 2.2.2 to authenticate aginst a windows NT 4 PDC. Let me say first that this was all working at one time, then we had some data corrumption on our NFS mounted /usr/local, and had to restore from tape. Due

[Samba] 3.0 beta 3 - NT and Unix group mapping

2003-07-30 Thread Boogerman
Hello everyone! I've been testing the 3.0 beta 3 (I've just upgraded from 2.2.7), and made a PDC configuration with Windows XP Pro clients. Everything works fine, however, I'm fine tuning the NT and Unix group mapping; in particular, I want to map the Unix group 'users' to the NT group 'Power User

RE: [Samba] Using Winbind with Squid

2003-07-30 Thread Jay Turner
You need to use the wb_group squid external_acl helper. Check the Squid FAQ and Squid message archives for details. Jay > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Ian Clancy > Sent: Wednesday, 30 July 2003 8:19 PM > To: '[EMAIL PROTECTED]' > Su

[Samba] Can't access shares from Win98 machine

2003-07-30 Thread Dan Pixley
Hello all. I have recently set up Samba on my Rehdat 9 machine. I have on my home network 2 computers, one running Redhat 9 (with Samba as mentioned), and the other running Windows 98 2nd ed. My RH machine can read and access shared directories on the Win98 machine just fine. My Windows machine

[Samba] Re: Joining Win2k to PDC server problem ...

2003-07-30 Thread Maulana I Kahirawan
just try put "security = user" bellow [global] and save the smb.conf and then [EMAIL PROTECTED] root]#smbpasswd -a root and try again to add workstation to linux that's work for me..have a nice try :) "Kay Muller" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Gentlemen, > > I could

Re: [Samba] Samba 3b3 + ADS

2003-07-30 Thread Chere Zhou
For your freebsd box: Did you install openldap? You can do that from the ports tree. Then after configure, make sure you get HAVE_LDAP, HAVE_LDAP_H in config.h. If not, try to give the ldap header and library paths to the configure script. On Wednesday 30 July 2003 04:18 pm, Will Froning wr

[Samba] groupmember list fails with 3.0.0b3 and LDAP

2003-07-30 Thread Brynnen Owen
Hi all, I've been working on a PDC with group mapping with Samba-3.0.0Beta3 with OpenLDAP-2.1.22. Things are mostly working, however I don't seem to be able to retrieve a list of users in a group, nor am I able to grant ACL's based on group membership. Here's what I did. 1. Created an LDAP p

[Samba] Cannot change user`s passwd from WinXP on Samba-LDAP-PDC

2003-07-30 Thread Gino Vergara
Hi everyone, I have a Samba 2.2.8.a + OpenLdap 2.0.25-1 as a PDC, on Red Hat 8, with kernel-2.4.18-14. First of all I can change the user`s password from my samba box doing: [EMAIL PROTECTED] sbin]# ./smbldap-passwd.pl user.a But, I`m getting an error when doing [ctrl]+[alt]+[Del]/Change pa

[Samba] Samba 3b3 + ADS

2003-07-30 Thread Will Froning
I've been trying for a couple of days to get ADS support built into Samba 3. I've been searching the archives for something that will help me out, but nothing seems to work. Here's what I've tried, first on FreeBSD 4.8: FreeBSD 4.8 Samba 3b3, ./configure --with-ads --with-krb5=/usr (I installed

[Samba] Problem loading roaming profiles on a memer server

2003-07-30 Thread Lionel Porcheron
Hello, I have two samba server. The PDC and a member server that exports some user accounts and shares. The PDC exports ohter accounts. When I logon on a Windows client with an account exported by the PDC, everything is ok. When i tried to logon with an account exported by the member server, Windo

[Samba] Sharing out a Chrooted jail

2003-07-30 Thread Dan Gapinski
Hello, First off, I would like to say that Samba has already beat my uptime record for Windows NT - I couldn't be happier with it! But I am trying to change the environment and am running into trouble. Specifically, I have some users logging on that have their own chrooted homedirs, located in a /

[Samba] Printer Drivers Question

2003-07-30 Thread Corey Hart
Ok..I can not get any windows clients to see the printer drivers associated with each printer on my Samba Server. I am running RH 8.0 and Samba 2.2.8a. I am trying to utilize CUPS Printing + ESP Print Pro. Here is my smb.conf [global] workgroup = STEDS netbios name = EDSHARE

Re: [Samba] Logging in taking too long with roaming profile

2003-07-30 Thread Damian Gerow
Thus spake Damian Gerow ([EMAIL PROTECTED]) [30/07/03 16:40]: > So we've narrowed this down to a problem with XP and Samba 3.0b[13]. Can > anyone give a hand at trying to figure out /exactly/ what's going on? The > only thing I can think of doing next is to really bump up the logging level. Okay

Re: [Samba] Logging in taking too long with roaming profile

2003-07-30 Thread Damian Gerow
Thus spake Ed Kwan ([EMAIL PROTECTED]) [28/07/03 21:40]: > I am trying to setup a network of 5 XP computers with roaming profiles. > I've got a profile set up on the server and I can log on. The problem > is that the log in time takes about 10 mins and the log out takes just > as long. Here is a

RE: [Samba] Add directory share without killing samba?

2003-07-30 Thread Hulslander, Ryan
Apparently I was blind. The man page for smbd indicated that the smb.conf file is reloaded every minute to pickup changes, and a SIGHUP sent to the process will force it reload immediately. Sorry for my confusion. I kept thinking I had to stop the process to get it to reload the conf file. Thanks!

Re: [Samba] Add directory share without killing samba?

2003-07-30 Thread Corey Hart
You don't have to restart smbd if you make a change to smb.conf "Hulslander, Ryan" wrote: > Is there a way that I can dynamically add a share point to the smb.conf file > and not be forced to kill the smbd daemon and restart in order for it to be > visible? Or is this such a simple thing I'm bl

[Samba] Cannot access Win2K shares from Linux Server and visa versa

2003-07-30 Thread Aslam, Omar
Hello, After installing the latest version of Samba I cannot connect to either Win2k shares from Linux or to Linux shares from Win2k. I get "connection failed" error. My win2k server has password encryption turned off and now used plain text password verification. Linux is the sa

[Samba] Smbmount problem

2003-07-30 Thread Chris Lynch
Greetings, I am having an issue dealing with smbmount. My problem deals with a Linux box using smbmount to mount and access files on a Win2k server. Any shares that I mount on my Linux box from the Win2k box are owned by ROOT with 755 perms. But I need these shares to be writeable to from other

[Samba] kernel: CIFS VFS: Connection reset by peer

2003-07-30 Thread Yannick Cayer
I have successfully setup a CIFS conection from my linux server (RH 7.3 K 2.4.20) to a Windows 2003 box. I am able to see the files and folders and to do whatever I wan with them. However after a while, I seem to loose the conection and get the following errors several times in one of my log file

[Samba] Failure to update roaming profile on Samba domain

2003-07-30 Thread Michael Robbert
I have been having an odd problem for some time now and have tried many things to get rid of it, but it has been awhile since I worked on it so I'm starting new on this hoping to finally find a solution. The problem is: Certain users will always get two errors while logging out. All users have r

[Samba] Joining Win2k to PDC server problem ...

2003-07-30 Thread Kay Muller
Gentlemen, I could not join Win2K station into PDC Domain. I get the message: "The specified user does not exist!" when I tried to join. I read a lot how-to's and all procedures that is available in the web and still not working. In the same network I have Win98 working fine. Any help will be appr

[Samba] Add directory share without killing samba?

2003-07-30 Thread Hulslander, Ryan
Is there a way that I can dynamically add a share point to the smb.conf file and not be forced to kill the smbd daemon and restart in order for it to be visible? Or is this such a simple thing I'm blind and can't see it in any FAQ I read? :-) Thanks! Ryan -- To unsubscribe from this list go to t

[samba] CUPSADDSMB Error - Was working - Now broke

2003-07-30 Thread Corey Hart
I run cupsaddsmb -a -v from the command line, it prompts me for the password, I give it the password, it rejects it and errors like this [EMAIL PROTECTED] lib]# cupsaddsmb -a -v Password for root required to access localhost via SAMBA: Running command: smbclient //localhost/print\$ -N -U'root%f0rg

[Samba] Samba-HOWTO 3.0/HEAD, Printing, minor typo

2003-07-30 Thread Mark Cooke
Hi all, In the 'Sixth Step' of the manual driver loading, the adddriver part of the rpcclient command is missing a closing ' It should be: # rpcclient -Uroot% -c 'adddriver "Windows NT x86" "mydrivername: \ cupsdrvr.dll:mysmbtstprn.PPD:

[Samba] root password error! What a headache!

2003-07-30 Thread Samuele Brignoli
When trying to connect to a samba PDC I receive this error of wrong network password. I've checked samba root's password, machine account, user account and so but nothing seems to work. the other day I go into the domain without a problem, now I cannot do that ( I've change quite a lot parameters i

Re: [Samba] WinXP Roaming Profiles - Samba 3.0b1 Problem

2003-07-30 Thread Xavier Nicollet
Le 29 juillet 2003 à 12:54, Book, Jesse a écrit: > [profile] > path = /usr/local/samba/profile > read only = no > create mask = 0600 > directory mask = 0700 Check the permissions of /usr/local/samba/profile. Just my 2 cents tip. -- Nicollet Xavier EFREI Linux: http://www.linux.efrei.fr/ --

Re: [Samba] cupsaddsmb claims to work but fails

2003-07-30 Thread Dragan Krnic
>>> attempts. I managed to make cupsaddsmb run without >>> producing an error, but it fails. >> >>*Where* does it fail? *What* is not working for you? >>The drivers seem to be not added properly. The files >>are in the right directories, but enumdrivers >>returns nothing. Furthermore under windo

[Samba] netbios aliases

2003-07-30 Thread LaValley, Brian E
I have set an alias, and it shows up in Network Neighborhood, but when I try to open it a pop-up window says it is not accessible, "The network path was not found." The primary name works fine however. Any suggestions? Thank you. -- To unsubscribe from this list go to the following URL and read t

[Samba] Status message when printing from Windows 2000

2003-07-30 Thread Kevin Castle
I currently have Samba server I am trying to make into a print server. Things print fine from both the linux box that is running the samba server and the Windows 2000 client. Under the Printers Folder (Start --> Settings --> Printers) the Status message beside the printers on the Samba print server

[Samba] Can't become connected user in a samba PDC!

2003-07-30 Thread Samuele Brignoli
I'm trying to join a domain with my windows 2000 client and a Linux Redhat 8 PDC server. When givin' the root's account I receive the "bad passowrd" message. I' ve double chcked all passwords and they are ok. Samba's log showed below. Some days ago I've logged in with another user, but now I can' t

[Samba] Re: Mdk 9.1,samba-LDAP 2.2.8a/3.0b3 (LDAP) can't print to z53

2003-07-30 Thread Dragan Krnic
>Yup. Also spotted him on the list anyway. Got some >leads from him but most of them are for 3.0 (which >I'll need later). Don't be confused by "3.0" in the name of the document. 99% perhaps even 100% of the printing related information is not version dependent. Version 3.0 is better for pri

[Samba] Re: Mdk 9.1,samba-LDAP 2.2.8a/3.0b3 (LDAP) can't print to z53

2003-07-30 Thread Dragan Krnic
>>It's probably better to first make it to print under >>3.0b3. It's supposed to be stable and bug-free for >Right but my setup for it isn't, just yet. ;-) If you feel more comfortable (i.e. your setup works) with 2.2.8, sure go for it, but take care of bug #82.

[Samba] Re: Mdk 9.1,samba-LDAP 2.2.8a/3.0b3 (LDAP) can't print to z53

2003-07-30 Thread Dragan Krnic
>ROFL! ;-) > >OT but here is something you'll probably like. >http://www.userfriendly.org/cartoons/archives/03jul/uf005775.gif kewl. lol. I like userfriendly too. Just no time to visit it too often. Get advanced SPAM filtering on Webm

[Samba] Mitgrating Nt4 PDC to samba; user mapping

2003-07-30 Thread Andreas Riedl
I've to migrate a NT4 PDC to an samba PDC (running samba 3.0.0beta2 on a debian/GNU/linux box). Samba is already setup and working as a BDC. When I try to perform: net rpc vampire -S PDC all existing userSIDs are put into samba's 'passwd.tdb'. The problem is now, how to get a working userSID <

[Samba] samba a Domena Win 2000

2003-07-30 Thread Pablus Maximus
Witam! Mam problem :) Chce zeby profile moich uzytkownikow byly zrzucane na serwer z samba. Wszystko skonfigurowalem, i najednym komputerze to dziala na innym nie, paradoksem jest to ze kazdy z tych komputerow ma ten sam system opoercyjny (win xp) a loguje sie n atego samego uzytkownika. Prosze o

Subject: [Samba] Login Script Problem

2003-07-30 Thread Kevin Smith
Daniel, Make sure the users have read access to the netlogon share. I user valid [EMAIL PROTECTED] in the smb.conf,the add the users to the USERS group. Kev From: Daniel Berg <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: 29/07/2003 06:40 AM Subject: [Samba] Login Script Problem I'm

Re: [Samba] Print Count

2003-07-30 Thread Nathan Ehresman
On Tue, Jul 29, 2003 at 08:10:05PM -0300, Lieu wrote: > How can I count the pages printed trough samba server? If your clients are dumping PostScript to you, its pretty easy. Make the output go through a script that you write, and then count the /%%[Page: / occurrances. Then dump it all out to c

Re: [Samba] Using print$ / timeouts to port 445...t

2003-07-30 Thread Ken Kleiner
> Don't they teach there to give versions, OS, config and other system > details, when asking for help in a newsgroup?;-) > > Cheers, > Kurt > Okay - my bad, sorry - here are the configs : Version - 2.2.8a OS - RedHat Advanced Server V2.1 Using lprng, stock from RH. sm

[Samba] Using Winbind with Squid

2003-07-30 Thread Ian Clancy
Hello, I've configured a squid proxy server to use the wb_auth module to authenticate NT Users . I'm aware that this is not the squid users mailing list but since the wb_auth modle uses the winbind application i thought this might be a good place to look for some help. Basically, the wb_auth module

Re: [Samba] Remove profile off machine after use

2003-07-30 Thread Gémes Géza
Max Harvey írta: From: Nathan Ehresman [mailto:[EMAIL PROTECTED] Subject: Re: [Samba] Remove profile off machine after use On Mon, Jul 28, 2003 at 10:55:51AM +1200, Max Harvey wrote: I was wanting to know how to have profiles removed form Win2k Machines after they have logged o

[Samba] chmod/chown on a samba-share (Samba 2.2.x)

2003-07-30 Thread Kranz, Tobias (BKA-IT07)
Hello, it is possible to use the chown/chmod commands (and corresponding syscalls) on a samba-share mounted on linux? For example: [EMAIL PROTECTED]:/ # smbmount //test/share /mnt [EMAIL PROTECTED]:/ # cd /mnt [EMAIL PROTECTED]:/mnt/ # chmod 777 test.file; chown testUser.nobody test.file Yes

[Samba] Could this be a rights issue?

2003-07-30 Thread Martin Horsley
I'm pretty new to Samba, so I appologise if this is a really dumb question, but I can't find a way through it. I have created a samba share on my Linux box for the users home directory, and can map a drive to the share from W2K clients and see/open all the files, the problems arise when I try a

[Samba] Win9x Policy Templates

2003-07-30 Thread Darryl Penny
Howzit, I have a some .adm policy templates (W9x, I believe). Whoever requested this please contact me (I found them after I purged my inbox). Darryl Penny[EMAIL PROTECTED] IT Administrator Edgemead High School Cape Town South Africa. = Useless Info: Did you know that

Re: [Samba] help!! cannot change password

2003-07-30 Thread Thilo Rößler
This seems to be a bug ... have a look here: https://bugzilla.samba.org/show_bug.cgi?id=229 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

[Samba] Samba 3. ldapsam.so not generated on Solaris 9 with Sun OneDirectory Server

2003-07-30 Thread José
Hi. I have working fine Samba 2.2.8a acting as PDC using Sun One Directory Server as backend. Now I want to migrate to Samba 3. The problem is that I'm not able to generate "ldapsam.so" Some body has built Samba 3 on Solaris 9 using Sun One Directory Server as backend? Somo body can help me

[Samba] w2k as trusted domain for samba 3.0

2003-07-30 Thread Billy Tang
Dear all, I want to know can w2k act as trusted domain for samba 3.0? If can, how can it be done? Thanks. Regards, Billy Tang _ iRepublics.com - Free Web Hosting for Businesses 33MB webspace free, SMS messaging, 30 email