Re: [Samba] Automount homes via smb question

2003-11-06 Thread Mike Ely
On Nov 5, 2003, at 10:51 PM, Andrew Bartlett wrote:

On Wed, Nov 05, 2003 at 10:26:48PM -0800, Mike Ely wrote:

Also, we have the problem of
special files over CIFS - your Win2k server probably will not like
attemptes to create symbolic links.
Hmm.  I don't like where this leads... I'm thinking in particular of
/tmp... is there no CIFS interface to create windows shortcuts or 
are
those so very different from symlinks?
They are - steve french was looking at coming up with come method to
represent such 'special files', but the 'correct' semantics is rather
unclear...
(It's also an issue for Samba servers, as we block certian symlinks,
in particlar the one to /tmp that kde makes on startup).
Andrew Bartlett
Is this blocking in place for a particular security issue, or is there 
some kind of weird race condition where you have local apps talking to 
a local /tmp over a symlink that resides on a remote volume?  'Scuse my 
ignorance - I'm trying to understand some core issues here.

Mike

---
[This E-mail scanned for viruses by Declude Virus]
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: Must I remove gnome-kerberos-0.3.1-9?

2003-11-06 Thread maorui
Hm..I think I made a mistake. It is not the kerberos core.
It seems that RH9 already have MIT kerberos installed.
But how can I make it works? I've read the HOWTO collection, but still got
the error message.

maorui [EMAIL PROTECTED] дÈëÏûÏ¢ÐÂÎÅ
:[EMAIL PROTECTED]
   I managed to setup samba3.0 as a win2k domain member, and modified
smb.conf  krb5.conf.
   But when I try kinit [EMAIL PROTECTED], I got an error.

 -- kinit(v5):KDC has no support for encryption type while getting initial
credentials

   I found gnome-kerberos-0.3.1-9 was shipped with RH9. Did it support all
kerberos function Samba3 need?
   Must I remove it and install MIT or Heimdal Kerberos package?



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




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


Re: [Samba] winbind and getent ...

2003-11-06 Thread C.Lee Taylor


   I have got my ADS/Win2K3 system and Samba3 using winbind.  I am 
able to do getent passwd, which returns users out of ADS.

   My problem is that I wish to have a Samba box at a remote 
location, which I currently have, using user accounts stored in LDAP, 
but have not choice but to move to ADS based users because of a 
Citrix application which we are not able to get to work with Samba 
and LDAP based accounts.

   If I enable domain logons, getent passwd returns only local 
accounts, not ADS based account, plus, I have also seen that if I set 
winbind trusted domains only = yes, then getent passwd also stops 
working.

   Now I am sure, I read somewhere, that you can't use winbind and 
domain logons, but I am hoping somebody might be able to give us 
better idea.


In Samba 3.0, winbindd should be used on a Samba PDC in order
to handle users/groups from trusted domains. 
   Okay, so if I understand what you are get at, is that I should setup 
an AD domain, make my Samba server belong to another domain and the 
Samba domain trust the AD domain, that way I get the AD users in my 
Samba domain, which will let me use domain logins, which is the big 
thing I am missing with Samba acting as a Server role: 
ROLE_DOMAIN_MEMBER ...

   Does this sound right?

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


Re: [Samba] Automount homes via smb question

2003-11-06 Thread Andrew Bartlett
On Wed, Nov 05, 2003 at 11:01:14PM -0800, Mike Ely wrote:
 On Nov 5, 2003, at 10:51 PM, Andrew Bartlett wrote:
 
  On Wed, Nov 05, 2003 at 10:26:48PM -0800, Mike Ely wrote:
 
  Also, we have the problem of
  special files over CIFS - your Win2k server probably will not like
  attemptes to create symbolic links.
 
  Hmm.  I don't like where this leads... I'm thinking in particular of
  /tmp... is there no CIFS interface to create windows shortcuts or 
  are
  those so very different from symlinks?
 
  They are - steve french was looking at coming up with come method to
  represent such 'special files', but the 'correct' semantics is rather
  unclear...
 
  (It's also an issue for Samba servers, as we block certian symlinks,
  in particlar the one to /tmp that kde makes on startup).
 
  Andrew Bartlett
 
 Is this blocking in place for a particular security issue, or is there 
 some kind of weird race condition where you have local apps talking to 
 a local /tmp over a symlink that resides on a remote volume?  'Scuse my 
 ignorance - I'm trying to understand some core issues here.

It's a matter of 'which /tmp'? 

Should it be /tmp on the server - which is how a symlink would
normally show up, or /tmp on the client - in which case samba should
refuse the open, and cause the client to read the link.  Could a
client create a link to /etc/passwd (for sake of argument), then
reconnect as 'windows' and read it, despite the fact that the the /etc
directory was not shared.  Personally, I think we should allow this,
as long as the admin tells us so (by smb.conf directive), given that
there are Samba servers that allow direct login to the filespace
anyway.  But on servers without shell logins, it is a security hold.
(The other way to prevent such a security hole is the 'wide links'
directive, but this is slow and racy).

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


Re: [Samba] Re: Must I remove gnome-kerberos-0.3.1-9?

2003-11-06 Thread Andrew Bartlett

On Thu, Nov 06, 2003 at 02:54:38PM +0800, maorui wrote:
 Hm..I think I made a mistake. It is not the kerberos core.
 It seems that RH9 already have MIT kerberos installed.
 But how can I make it works? I've read the HOWTO collection, but still got
 the error message.

The RedHat 9 version is 1.2, and is not suffiecnt for your server.
Either change the admin password (you have not changed the admin
password since you installed AD) or upgrade to kerb5 1.3.1.  This has
been included in Fedora Core 1, which might be the easiest way to get
it.

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


[Samba] Re: Samba 3.0.1pre1 winbind / getent problems

2003-11-06 Thread C.Lee Taylor
Greetings ...


When i try a getent passwd or getent group, i don't have the windows
users.
	I had a same problem, and found that if I had winbind trusted domains only = yes or domain logons = yes then getent passwd would not work, change them both to no and it work fine ...

	I looked at you confs, but did not see this options.  Do a testparm -v -s|less and see if these are set.

	 I have ask the list if this is by design, but have not get a direct answer.

Mailed
Lee


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


[Samba] strange error-report in smbd.log

2003-11-06 Thread peter grotz
Hi,

I found the following strange report in smbd.log (using Samba3.0.1pre2cvs):

[2003/11/05 10:10:49, 0] lib/util_str.c:safe_strcpy_fn(577)
  ERROR: NULL dest in safe_strcpy
[2003/11/05 10:10:49, 0] lib/util_str.c:safe_strcpy_fn(577)
  ERROR: NULL dest in safe_strcpy
[2003/11/05 10:10:49, 0] lib/util_str.c:safe_strcpy_fn(577)
  ERROR: NULL dest in safe_strcpy
Can anyone help me? Is this all serious?

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


RE: [Samba] Samba 3.0.1pre1 winbind / getent problems

2003-11-06 Thread Thomas SILLARD
Selon Ron Smith [EMAIL PROTECTED]:

  When i try a getent passwd or getent group, i don't have the windows
  users. I can't see or connect to the shares on the linux box with windows 
 
 Try this, then restart winbind and check getent again:
 
 ln -s /lib/libnss_winbind.so /lib/libnss_winbind.so.2  ldconfig

OH MY GOD !!! 
I've tried this solution two days ago but i forget the ... ldconfig after 
creating the new symbolic link. Ok, now it works fine, the ldap idmap database 
is populating with samba SID and getent is correct, great.
Thanks a lot for your help !

 
 obey pam restrictions = yes
 Change this to no.
 
  passwd: files winbind3 ldap
  shadow: files ldap
  group:  files winbind3 ldap
 
 Change winbind3 to winbind for passwd  group.
 
 Ron L. Smith
 
 
 


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


[Samba] set auth user

2003-11-06 Thread Altrock, Jens
Hi!

I got RH9 with Samba 3.0.0-2 (RPM package) installed and configured the
smb.conf as follows:

workgroup=DOM
security=domain
password server=PDC
encrypt passwords=yes
idmap uid=1-2
idmap gid=1-2
winbind enum users=yes
winbind enum groups=yes
winbind separator=\
winbind use default domain=yes
template shell=/bin/bash
template homedir=/home/%D/%U

Now after successfully joining the domain I set the user for winbind with 
wbinfo --set-auth-user DOM\domainadmin%password

But when checking the user with wbinfo --get-auth-user I get
WORKGROUP\DOMdomainadmin%password

So auth doesn't work, am I right? I mean why does he show that WORKGROUP
thing there?



Jens Altrock
Stadtverwaltung Neustadt an der Weinstraße
EDV und Organisation
Marktplatz 1
67433 Neustadt an der Weinstraße

Tel. +49 6321 855 330
mailto:[EMAIL PROTECTED]
http://www.neustadt-weinstrasse.de

###
Diese Nachricht wurde von F-Secure Anti-Virus gescannt.

This message has been scanned by F-Secure Anti-Virus.

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


[Samba] Samba permissions..

2003-11-06 Thread Dirk Broodryk
Hi all..

I realy hope someone can help.. I am at the verge of jumping...

I am running samba 2.2.7a on 9.1 p4 2400

The logons work fine .. and all shares work fine..

Mainly I have two problems.. and it doesn't matter what I do.. I can't get it fixed..
Mangement is at to point of discarding the samba server and going back to NT wich I am 
trying to stop..
So please.. any help or ideas will be helpfull.. and this is realy urgent..

Problem one.. I am running a multi user system on one share.. The system utalizes ISAM 
type files. so you have alot of sharing and locking going on.. On NT this works fine.. 
on samba I am getting alot of locking errors... From stuf like unable to log 
transacion to the file you are trying to access is corrupted but if I test the 
files they all are ok.. 
The only thing that I can thik is that it is to do with file locking or permissions... 
I don't know any more.. 

The othe problem I have is that when I login to the network as me and I change a 
record on the same system.. it works..
If one of our capturing people do the same record it fails.. without any errors.. just 
as if it never happend... the audit trail is uppdated to and states that the 
transaction was complete..

So.. if anyone have any Ideas.. please.. it will be appreciated..

Kind regards...

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


[Samba] Error trying to resolve symbol 'init_module'

2003-11-06 Thread Barry Byrne
Hi:

I've just installed Samba 3.0.0 on FreeBSD 4.9-RELEASE, and it appears to
work correctly, but I get the following errors when running 'net' or 'smb*'
commands. The install was from source with no changes made to default. i.e.
'./configure; make; make install'.

[2003/11/06 10:25:45, 0] lib/module.c:do_smb_load_module(58)
  Error trying to resolve symbol 'init_module' in
/usr/local/samba/lib/charset/C
P850.so: Cannot open /usr/local/samba/lib/charset/US-ASCII.so
[2003/11/06 10:25:45, 0] lib/charcnv.c:init_iconv(134)
  Conversion from UCS-2LE to CP850 not supported
[2003/11/06 10:25:45, 0] lib/module.c:do_smb_load_module(58)
  Error trying to resolve symbol 'init_module' in
/usr/local/samba/lib/charset/C
P850.so: Cannot open /usr/local/samba/lib/charset/US-ASCII.so
[2003/11/06 10:25:45, 0] lib/charcnv.c:init_iconv(134)
  Conversion from UTF8 to CP850 not supported
[2003/11/06 10:25:45, 0] lib/module.c:do_smb_load_module(58)
  Error trying to resolve symbol 'init_module' in
/usr/local/samba/lib/charset/C
P850.so: Cannot open /usr/local/samba/lib/charset/US-ASCII.so
[2003/11/06 10:25:45, 0] lib/charcnv.c:init_iconv(134)
  Conversion from ASCII to CP850 not supported
[2003/11/06 10:25:45, 0] lib/module.c:do_smb_load_module(58)
  Error trying to resolve symbol 'init_module' in
/usr/local/samba/lib/charset/C
P850.so: Cannot open /usr/local/samba/lib/charset/US-ASCII.so
[2003/11/06 10:25:45, 0] lib/charcnv.c:init_iconv(134)
  Conversion from CP850 to UCS-2LE not supported

Anyone got any idea how to resovle this problem.

Thanks,

Barry

--
Barry Byrne

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


[Samba] Can't see Printers in Printerassistent

2003-11-06 Thread Stefan . Iven




Hello together,

i use samba3 as PDC with LDAP. Everything works fine.
I can browse the network over networkneighborhood  and there
i can see all shares and printers.
But if i go to the controlpanel of a ms-client (NTsp6a or W2k sp4), go to
printers, new printers,
choos networkprinters,click next button I can't see the printers. Also I
can't see my
samba server.

First I thought that there is somthing wrong with my netbios and TCP/IP
settings.
But I'm not able to find wrong settings.

The Clients and Samba is using the same subnet : 192.168.135.0
/255.255.255.0
Samba is configured with wins support and as masterbrowser.
Clients are using sambaserver as winsserver.
Pings on the netbiosname of the sambaserver works.

Befor samba3 i used samba2.2.8 and there it worked.
I use suse linux 8.0.

Has someone an idear what this could be??


Thanks a lott!!
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Audit File operations with 3.0

2003-11-06 Thread Feczak Szabolcs
Is it built-in and configurable out of the box,
or should I download some kind of patch like:

http://thwartedefforts.org/software/samba/samba-audit.html

which is likly to be a dead project ...
but I need features sg like the above.

Thanks for the help in advance ...

-- 
  _(_)_
 (_. o_)F3CZ0
   (_,) http://feczo.nmi.rulez.org
  ()__
  // //

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


[Samba] Samba 3.0 and ADS How to

2003-11-06 Thread Dominik Brosch
HelloList,

Do someone have got a link/document/How To for setting up Samba 3.0 in
ADS-Enviroment.
I read Samba-Collection-How-To, but I got stuck and need help.
My favour will be a easy and perspicuous manual like a walkthrough

Thanks in advance.

Regards

Dominik Brosch



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


Re: [Samba] Audit File operations with 3.0

2003-11-06 Thread Feczak Szabolcs
for others, like me :) :

http://info.ccone.at/INFO/Samba/VFS.html#id2948547

-- 
  _(_)_
 (_. o_)F3CZ0
   (_,) http://feczo.nmi.rulez.org
  ()__
  // //

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


[Samba] Problem with HPDJ1120C

2003-11-06 Thread Mieczys?aw Kozielski
Hi !

   Can some one help me ! Please, i'm trying to run DJ1120C

   Somehow ;-) i've create Printer$ section, and install HP1120C 
driver on server.
After that from host install printer, and all seems to be ok !
I mean, i can browse printer, change settings etc. but CAN'T print 
:-( with one
exception, when i choose allign printer cartridge or clean printer 
cartridge, printer perform
reqested operation !

Can someone tell me what can be wrong ! Why, i can not print normal' pages

Thanx in advance !
M.K.
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Problem with HPDJ1120C

2003-11-06 Thread rruegner
please explain how is this problem related to samba?
- Original Message - 
From: Mieczys?aw Kozielski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 1:08 PM
Subject: [Samba] Problem with HPDJ1120C


 Hi !

 Can some one help me ! Please, i'm trying to run DJ1120C

 Somehow ;-) i've create Printer$ section, and install HP1120C
 driver on server.
 After that from host install printer, and all seems to be ok !
  I mean, i can browse printer, change settings etc. but CAN'T print
 :-( with one
 exception, when i choose allign printer cartridge or clean printer
 cartridge, printer perform
 reqested operation !

 Can someone tell me what can be wrong ! Why, i can not print normal'
pages

 Thanx in advance !
 M.K.


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


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


Re: [Samba] Problem with HPDJ1120C

2003-11-06 Thread Mieczys?aw Kozielski


I think, problem is somehow with setting up samba, meaby i'm wrong, if 
so please
correct me !

   I belive that i set up some samba files, or meaby driver wrong, and 
that's why
samba don't share printer correctly

M.K.

rruegner wrote:

please explain how is this problem related to samba?
- Original Message - 
From: Mieczys?aw Kozielski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 1:08 PM
Subject: [Samba] Problem with HPDJ1120C

 

Hi !

   Can some one help me ! Please, i'm trying to run DJ1120C

   Somehow ;-) i've create Printer$ section, and install HP1120C
driver on server.
After that from host install printer, and all seems to be ok !
I mean, i can browse printer, change settings etc. but CAN'T print
:-( with one
exception, when i choose allign printer cartridge or clean printer
cartridge, printer perform
reqested operation !
Can someone tell me what can be wrong ! Why, i can not print normal'
   

pages
 

Thanx in advance !
M.K.
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
   



 

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


Re: [Samba] Problem with HPDJ1120C

2003-11-06 Thread rruegner
For any printer configuration it is basic that you can use the printer and
the needed features
under plain linux, does this work?
a tip try search suses hardware base site , ther you will get basic info for
configure
printer.
If all things work from i.e print out from open office under linux then
search to your smb.conf
but note first debugging is done at cups ( if this is your printer system )
After all many win drivers are buggy , did you use the latest version, what
says Hp
and related gnu sites ( have you searched with google?)
Best Regards

- Original Message - 
From: Mieczys?aw Kozielski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 1:21 PM
Subject: Re: [Samba] Problem with HPDJ1120C




  I think, problem is somehow with setting up samba, meaby i'm wrong, if
 so please
 correct me !

 I belive that i set up some samba files, or meaby driver wrong, and
 that's why
 samba don't share printer correctly

 M.K.

 rruegner wrote:

 please explain how is this problem related to samba?
 - Original Message - 
 From: Mieczys?aw Kozielski [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, November 06, 2003 1:08 PM
 Subject: [Samba] Problem with HPDJ1120C
 
 
 
 
 Hi !
 
 Can some one help me ! Please, i'm trying to run DJ1120C
 
 Somehow ;-) i've create Printer$ section, and install HP1120C
 driver on server.
 After that from host install printer, and all seems to be ok !
  I mean, i can browse printer, change settings etc. but CAN'T print
 :-( with one
 exception, when i choose allign printer cartridge or clean printer
 cartridge, printer perform
 reqested operation !
 
 Can someone tell me what can be wrong ! Why, i can not print normal'
 
 
 pages
 
 
 Thanx in advance !
 M.K.
 
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
 
 
 
 
 
 
 
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba


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


RE: [Samba] Samba 3.0 and ADS How to

2003-11-06 Thread Wolfgang Wagner

Hello Dominik,


 From: Dominik Brosch [mailto:[EMAIL PROTECTED] 
 
 HelloList,
 
 Do someone have got a link/document/How To for setting up 
 Samba 3.0 in
 ADS-Enviroment.
 I read Samba-Collection-How-To, but I got stuck and need help.
 My favour will be a easy and perspicuous manual like a walkthrough
 
 

I started to write a siple walkthrough, but I am not finished yet.
Also it is only in german:
---
Samba 3 an ADS auf Debian-Woody unter Verwendung von Paketen von
http://www.backports.org/debian

1. Installation Samba 3
2. Installation Winbindd

3. Konfiguration des DNS für Kerberos:
in /var/cache/bind/Zonefiles:

;MS-ADS-Server
adssrv86400   IN  A   192.168.1.1

; Kerberos-Server (ADS-Server)
_kerberos   IN  TXT YOUR.REALM.HERE
_kerberos-master._udp   IN  SRV 0 0 88 adssrv
_kerberos-adm._tcp  IN  SRV 0 0 749 adssrv
_kpasswd._udp   IN  SRV 0 0 464 adssrv
; Round-robin setup
_kerberos._udp  IN  SRV 0 0 88 adssrv
_ldap._tcp  IN  SRV 0 0 389 adssrv


Damit wird der Kerberos-Server auch via DNS gefunden.
Tip: Realm und DNS-Einträge aus dem ADS abschauen:
 auf ADS-Server im DNS-Manager die Einträge suchen

4. Konfiguration samba3 in /etc/samba/smb.conf
-fehlt noch- wie im Howto Kap. 7 beschrieben

5. Konfiguration Winbindd:

in /etc/nsswitch.conf ändern von 

passwd: compat
group:  compat
shadow: compat

nach:

passwd: files winbind
group:  files winbind
shadow: compat

6. Den Rechner zur Domäne hinzufügen:

samba:# net ads join -U administrator
administrator password:
[2003/11/06 12:31:37, 0] libads/ldap.c:ads_join_realm(1314)
  Host account for riwake1 already exists - deleting old account
Using short domain name -- your.domainname.here
Joined 'SAMBA' to realm 'YOUR.REALM.HERE'

7. Testen, ob winbindd funktioniert:

samba:# net ads user -U administrator
administrator password:
Userliste aus ADS

8. Laufwerksmapping von einem Windows-Rechner im ADS aus versuchen, sollte nun gehen


---

Mit freundlichen Grüßen


Wolfgang Wagner
--
Systemadministration
Riwa GmbH, Zwingerstraße 1, 87435 Kempten, +49-831-52 29 63-537
eMail:[EMAIL PROTECTED]


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


Re: [Samba] Problem with HPDJ1120C

2003-11-06 Thread Mieczys?aw Kozielski
1.   Under linux, printer work perfectly, there is no problem - with 
driver hpijs
2.   For windows host i've use driver supplied in Win2K, and it work 
o.k. when printer is connected localy.

3.   To use printer i've first install it on Win2K host, then get from 
there files to linux pc, add driver, set driver
  and now, on any new pc driver is installed from linux pc.

4. Part of smb.conf

[global]
..
   printcap name = /etc/printcap
   load printers = yes
   printing = cups
   log file = /var/log/samba/%m.log
.
[printers]
   comment = Drukarki na FileServer
   path = /var/spool/samba
   browseable = no
   guest ok = yes
   printable = yes
   printer admin = root
[print$]
   comment= Printer Driver Download Area
   path= /etc/samba/drivers
   browsable= yes
   guest ok= yes
   read only= yes
   write list= root
Where i can found out logs with printing errors ??

one more thing is, that when i've use generic driver for hp's it 
work ok, but only blackwhite

MIKE

rruegner wrote:

For any printer configuration it is basic that you can use the printer and
the needed features
under plain linux, does this work?
a tip try search suses hardware base site , ther you will get basic info for
configure
printer.
If all things work from i.e print out from open office under linux then
search to your smb.conf
but note first debugging is done at cups ( if this is your printer system )
After all many win drivers are buggy , did you use the latest version, what
says Hp
and related gnu sites ( have you searched with google?)
Best Regards
- Original Message - 
From: Mieczys?aw Kozielski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 1:21 PM
Subject: Re: [Samba] Problem with HPDJ1120C

 

I think, problem is somehow with setting up samba, meaby i'm wrong, if
so please
correct me !
   I belive that i set up some samba files, or meaby driver wrong, and
that's why
samba don't share printer correctly
M.K.

rruegner wrote:

   

please explain how is this problem related to samba?
- Original Message - 
From: Mieczys?aw Kozielski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 1:08 PM
Subject: [Samba] Problem with HPDJ1120C



 

Hi !

  Can some one help me ! Please, i'm trying to run DJ1120C

  Somehow ;-) i've create Printer$ section, and install HP1120C
driver on server.
After that from host install printer, and all seems to be ok !
   I mean, i can browse printer, change settings etc. but CAN'T print
:-( with one
exception, when i choose allign printer cartridge or clean printer
cartridge, printer perform
reqested operation !
Can someone tell me what can be wrong ! Why, i can not print normal'

   

pages

 

Thanx in advance !
M.K.
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


   



 

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



 

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


Re: [Samba] Problem with HPDJ1120C

2003-11-06 Thread Mieczys?aw Kozielski
Hi !

   Sorry, for bugging, and thanx for helping !

Problem solved !,  The key was one line in files
1. /etc/cups/mime.convs
2. /etc/cups/mime.types
   Thanx for help !

Best regards
M.K.
Mieczys?aw Kozielski wrote:

1.   Under linux, printer work perfectly, there is no problem - with 
driver hpijs
2.   For windows host i've use driver supplied in Win2K, and it work 
o.k. when printer is connected localy.

3.   To use printer i've first install it on Win2K host, then get from 
there files to linux pc, add driver, set driver
  and now, on any new pc driver is installed from linux pc.

4. Part of smb.conf

[global]
..
   printcap name = /etc/printcap
   load printers = yes
   printing = cups
   log file = /var/log/samba/%m.log
.
[printers]
   comment = Drukarki na FileServer
   path = /var/spool/samba
   browseable = no
   guest ok = yes
   printable = yes
   printer admin = root
[print$]
   comment= Printer Driver Download Area
   path= /etc/samba/drivers
   browsable= yes
   guest ok= yes
   read only= yes
   write list= root
Where i can found out logs with printing errors ??

one more thing is, that when i've use generic driver for hp's it 
work ok, but only blackwhite

MIKE

rruegner wrote:

For any printer configuration it is basic that you can use the 
printer and
the needed features
under plain linux, does this work?
a tip try search suses hardware base site , ther you will get basic 
info for
configure
printer.
If all things work from i.e print out from open office under linux then
search to your smb.conf
but note first debugging is done at cups ( if this is your printer 
system )
After all many win drivers are buggy , did you use the latest 
version, what
says Hp
and related gnu sites ( have you searched with google?)
Best Regards

- Original Message - From: Mieczys?aw Kozielski 
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 1:21 PM
Subject: Re: [Samba] Problem with HPDJ1120C

 

I think, problem is somehow with setting up samba, meaby i'm wrong, if
so please
correct me !
   I belive that i set up some samba files, or meaby driver wrong, and
that's why
samba don't share printer correctly
M.K.

rruegner wrote:

  

please explain how is this problem related to samba?
- Original Message - From: Mieczys?aw Kozielski 
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 1:08 PM
Subject: [Samba] Problem with HPDJ1120C





Hi !

  Can some one help me ! Please, i'm trying to run DJ1120C

  Somehow ;-) i've create Printer$ section, and install HP1120C
driver on server.
After that from host install printer, and all seems to be ok !
   I mean, i can browse printer, change settings etc. but CAN'T print
:-( with one
exception, when i choose allign printer cartridge or clean printer
cartridge, printer perform
reqested operation !
Can someone tell me what can be wrong ! Why, i can not print normal'

  
pages



Thanx in advance !
M.K.
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


  





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




 



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


[Samba] security = user , but no username asked?

2003-11-06 Thread Thiago Lima
 
Hi,
 
I've been using samba for a long time with security=share, with that
any of my clients (w98 machines) could read/write any file on a public
share.
 
Now I'm using security=user  but I still want to have a public share
that should be accessed by anyone without password. Using public=yes
guest ok=yes guest only=yes didn't worked. When I try to access the
share I still get a user/pwd prompt.
 
there's any way to do that? I've read security.txt but could't find
the solution.
 
 
thanks alot
thiago lima.
 
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re[2]: our private photos eoaaaqbl

2003-11-06 Thread james

Hello Dear!,

Finally i've found possibility to right u, my lovely girl :)
All our photos which i've made at the beach (even when u're without ur bh:))
photos are great! This evening i'll come and we'll make the best SEX :)

Right now enjoy the photos.
Kiss, James.
eoaeaqba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Re: Samba 3.0 and ADS How to

2003-11-06 Thread Dominik Brosch
Hallo Wolfgang,

danke für Deine schnelle Antwort.

Bei mir klappt auch alles bis auf Punkt 8.

Ich kann mir die User anzeigen, ich sehe den Samba-Server im ADS, habe ein
gültiges Kerberos-Tickert, aber ich bekomme es nicht hin, dass die User auf
das System zugreifen dürfen (Laufwerksmapping).

Irgendwas sitzt schief. Ich bekomme im smbd.log immer die Fehlermeldung
User username is invalid on this system.

Es sieht danach aus, dass die User dem System nicht bekannt sind, bzw. das
System nicht in der Lage ist, die User gegenüber dem ADS abzugleichen. Muss
ich die User aus dem ADS nochmal lokal anlegen, oder wie verknüpfe ich die
ADS-User mit der Linux-Box.

Danke für Deine Hilfe im Voraus.

Gruß

Dominik

Wolfgang Wagner [EMAIL PROTECTED] schrieb im Newsbeitrag
news:[EMAIL PROTECTED]

Hello Dominik,


 From: Dominik Brosch [mailto:[EMAIL PROTECTED]

 HelloList,

 Do someone have got a link/document/How To for setting up
 Samba 3.0 in
 ADS-Enviroment.
 I read Samba-Collection-How-To, but I got stuck and need help.
 My favour will be a easy and perspicuous manual like a walkthrough



I started to write a siple walkthrough, but I am not finished yet.
Also it is only in german:
---
Samba 3 an ADS auf Debian-Woody unter Verwendung von Paketen von
http://www.backports.org/debian

1. Installation Samba 3
2. Installation Winbindd

3. Konfiguration des DNS für Kerberos:
in /var/cache/bind/Zonefiles:

;MS-ADS-Server
adssrv86400   IN  A   192.168.1.1

; Kerberos-Server (ADS-Server)
_kerberos   IN  TXT YOUR.REALM.HERE
_kerberos-master._udp   IN  SRV 0 0 88 adssrv
_kerberos-adm._tcp  IN  SRV 0 0 749 adssrv
_kpasswd._udp   IN  SRV 0 0 464 adssrv
; Round-robin setup
_kerberos._udp  IN  SRV 0 0 88 adssrv
_ldap._tcp  IN  SRV 0 0 389 adssrv


Damit wird der Kerberos-Server auch via DNS gefunden.
Tip: Realm und DNS-Einträge aus dem ADS abschauen:
 auf ADS-Server im DNS-Manager die Einträge suchen

4. Konfiguration samba3 in /etc/samba/smb.conf
-fehlt noch- wie im Howto Kap. 7 beschrieben

5. Konfiguration Winbindd:

in /etc/nsswitch.conf ändern von

passwd: compat
group:  compat
shadow: compat

nach:

passwd: files winbind
group:  files winbind
shadow: compat

6. Den Rechner zur Domäne hinzufügen:

samba:# net ads join -U administrator
administrator password:
[2003/11/06 12:31:37, 0] libads/ldap.c:ads_join_realm(1314)
  Host account for riwake1 already exists - deleting old account
Using short domain name -- your.domainname.here
Joined 'SAMBA' to realm 'YOUR.REALM.HERE'

7. Testen, ob winbindd funktioniert:

samba:# net ads user -U administrator
administrator password:
Userliste aus ADS

8. Laufwerksmapping von einem Windows-Rechner im ADS aus versuchen, sollte
nun gehen


---

Mit freundlichen Grüßen


Wolfgang Wagner
--
Systemadministration
Riwa GmbH, Zwingerstraße 1, 87435 Kempten, +49-831-52 29 63-537
eMail:[EMAIL PROTECTED]


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



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


[Samba] Samba 3 ACL's not Shown for Directories

2003-11-06 Thread Müller, Thorsten
Hello,
Sorry if this is a dumb question,
But my search with Google didn't end in helpful results
(maybe i used the wrong words for search) ;-)

I use samba 3 on a Redhat 8 box.
My clients are WintNT, Win2k and WinXP systems.
I want to have ACL to simulate NTFS Security for my clients.
This works without problems for files,
But not for directories.
When i create directories and have a look at the Security Tab on the Windows
Properties they show me no security information (Read, Write, Full
permission)
even if getfacl folder shows me information (see down).
I tried several options in smb.conf but nothing seems to help.
I also tried to set serveral values for the mask with setfacl.

Here's some output which might be helpful.

I hope that someone can help me with this,
Because i don't know what to try next.

Regards
Thorsten Müller

Output of testparm -v /etc/samba/smb.conf|grep -i directory
===
[EMAIL PROTECTED] /]# testparm -v /etc/samba/smb.conf|grep -i directory
root directory =
lock directory = /var/cache/samba
pid directory = /var/run/samba
utmp directory =
wtmp directory =
directory mask = 0755
force directory mode = 00
directory security mask = 0777
force directory security mode = 00
set directory = No
fake directory create times = No
directory mask = 0777
directory mask = 0777
directory mask = 00
force directory mode = 0755
[EMAIL PROTECTED] /]#


Here's the output of ldd `which smbd`:
==
[EMAIL PROTECTED] /]# ldd `which smbd`
libgssapi_krb5.so.2 = /usr/kerberos/lib/libgssapi_krb5.so.2
(0x40017000)
libkrb5.so.3 = /usr/kerberos/lib/libkrb5.so.3 (0x4002b000)
libk5crypto.so.3 = /usr/kerberos/lib/libk5crypto.so.3 (0x40088000)
libcom_err.so.3 = /usr/kerberos/lib/libcom_err.so.3 (0x40098000)
libcrypto.so.2 = /lib/libcrypto.so.2 (0x4009a000)
liblber.so.2 = /usr/lib/liblber.so.2 (0x4016e000)
libldap.so.2 = /usr/lib/libldap.so.2 (0x40179000)
libcups.so.2 = /usr/lib/libcups.so.2 (0x401a4000)
libssl.so.2 = /lib/libssl.so.2 (0x401be000)
libnsl.so.1 = /lib/libnsl.so.1 (0x401ee000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0x40203000)
libpam.so.0 = /lib/libpam.so.0 (0x4023)
libattr.so.1 = /lib/libattr.so.1 (0x40238000)
libacl.so.1 = /lib/libacl.so.1 (0x4023c000)
libresolv.so.2 = /lib/libresolv.so.2 (0x40242000)
libdl.so.2 = /lib/libdl.so.2 (0x40254000)
libpopt.so.0 = /usr/lib/libpopt.so.0 (0x40257000)
libc.so.6 = /lib/i686/libc.so.6 (0x4200)
libsasl.so.7 = /usr/lib/libsasl.so.7 (0x4025f000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
libgdbm.so.2 = /usr/lib/libgdbm.so.2 (0x4026b000)
[EMAIL PROTECTED] /]#

Output of getfacl:
==
getfacl: Removing leading '/' from absolute path names
# file: /home/test/ordner3
# owner: tm
# group: Domnen-Benutzer
user::rwx
group::r-x
other::r-x
default:user::rwx
default:group::---
default:other::---
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba and Word 2000 problems

2003-11-06 Thread Collins, Kevin
About two weeks ago, I posted a message to the list describing an error that
I've been getting with Word 2000 documents.  The subject line of that mail
was: Samba 2.2.7a and Word 2000 = Corrupted (?) files; I submitted it on
10/15/03.

I've not heard from anyone with a response to that inquiry, so I'm yelling
for help one more time.

I've scoured Google, the mailing-list archives, and as many other sources as
I can find and nothing that I've come across has been able to cure my
problem.  Can someone please help me?  I've got an increasing number of
people loosing work because of this problem.

Thanks in advance for any help.
--
Kevin L. Collins, MCSE
Systems Manager
Nesbitt Engineering, Inc. 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba 3, recycle vfs and symbolic links

2003-11-06 Thread Roger Jochem
Hello!

I recently upgraded my samba system with samba 3, and now I'm starting to use the 
recycle vfs, that I was not using in my previous instalations. My problem is the 
following:

I have normaly 3 shares for each user, one is prived, one is for the group 
(accounting, human resources, etc..) and the last one is public (all can access). 

In the machines, normally using Windows 98, I create one mapped drive tho the users 
prived share, and each prived share has a symbolic link to the group share and the 
public share (ln -s /home/accounting accounting). The problem is that when the user 
goes through the symbolic link from the prived share to the group share, for instance, 
and deletes a file, the .recycle directory is created in the prived share, but is 
empty (the file doesnt goes to the .recycle folder). 

Any ideas of how I can solve this problem? I really would keep just one mapped driver 
per user, to make things easier for my users.

Regards

Roger Jochem
SBS - SC
Brazil
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba 3/ADC/Winbind problem

2003-11-06 Thread Ron Smith
Greetings all.

 

I am banging my head about this one, I will try to be as specific as
possible, bear with me please.

 

I have a W2KDC ADC, and trying to join a Samba 3 linux workstation to it.

 

What works:

 

net join:  succeeded

 

wbinfo -t:  checking the trust secret via RPC calls succeeded

 

wbinfo -m: return to prompt, no output

 

wbinfo -u: correct list of local + AD members

 

wbinfo -g: correct list of local + AD groups

 

kinit: succeeded

 

klist output for root from the samba machine:

  Ticket cache: FILE:/tmp/krb5cc_0

  Default prinicpal: [EMAIL PROTECTED]

 

   Valid startingExpires Service_principal

  11/03/03 19:00:38  11/04/03 05:00:38  krbtgt/[EMAIL PROTECTED]

 

  Kerberos 4 ticket cache:  /tmp/tkt0

  klist: You have no tickets cached

 

pam.d/login modified and working

 AD users can log into local terminal of samba

machine, and if home dir is missing, created

via use of pam_mkhomedir

 

telnet/ssh/ftp/etc. all working with local  AD accounts

 

No accounts in AD overlap linux system accounts

 

Any windows (all WinXP Pro or Win2K) client's shares can

be accessed from the samba/linux system, including any

   dfs from the AD system.  Example:

   smbclient -k //mercury/dfs1

Succeeds.

 

Any windows client's shares can be accessed from any other

   windows client, or the AD server.

 

What DOESN'T work:

 

Cannot access any samba shares on the linux machine, from

  the samba system itself, or any windows client.

 

smbclient -k //sol/tmp

session setup failed: NT_STATUS_LOGON_FAILURE

 

However, I can do this:

smbclient //sol/tmp

Enter password when prompted, and access success.

 

Of course, any windows client cannot access the samba shares at all, cannot
even browse the machine's share list.

 

Something about my kerberos auth between samba/ADC is not right, and I am
busted if I can figure out what it is.

 

Contents of /etc/krb5.conf:

 

[logging]

 default = FILE:/var/log/kerberos/krb5libs.log

 kdc = FILE:/var/log/kerberos/krb5kdc.log

 admin_server = FILE:/var/log/kerberos/kadmind.log

 

[libdefaults]

 ticket_lifetime = 24000

 default_realm = THIS.DOMAIN

 default_tgs_enctypes = des-cbc-crc des-cbc-md5

 default_tkt_enctypes = des-cbc-crc des-cbc-md5

 forwardable = true

 proxiable = true

 dns_lookup_realm = true

 dns_lookup_kdc = true

 

[realms]

 THIS.DOMAIN = {

  kdc = mercury.this.domain:88

   default_domain = this.domain

 }

 

[domain_realm]

 .this.domain = THIS.DOMAIN

this.domain = THIS.DOMAIN

 

[kdc]

  profile = /var/kerberos/krb5kdc/kdc.conf

 

[pam]

 debug = false

 ticket_lifetime = 36000

 renew_lifetime = 36000

 forwardable = true

 krb4_convert = false

 

/etc/samba/smb.conf:

 

[global]

workgroup = THIS

realm = THIS.DOMAIN

server string = Test Server (Samba %v)

security = ADS

map to guest = Bad User

obey pam restrictions = Yes

password server = MERCURY

log level = 10

log file = /var/log/samba3/log.%m

max log size = 50

name resolve order = wins lmhosts bcast

socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

printcap name = cups

os level = 1

preferred master = No

local master = No

domain master = No

wins server = 50.50.50.50  #(IP of ADS)

message command = /usr/bin/linpopup %f %m %s; rm %s

idmap uid = 1-2

idmap gid = 1-2

template shell = /bin/bash

winbind separator = +

winbind use default domain = Yes

printer admin = @Domain Admins

printing = cups

 

[homes]

comment = Home Directories

path = %H

valid users = %S

read only = No

create mask = 0600

directory mask = 0700

browseable = No

 

[printers]

comment = All Printers

path = /var/spool/samba3

create mask = 0700

guest ok = Yes

printable = Yes

print command = lpr-cups -P %p -o raw %s -r

browseable = No

 

[print$]

path = /var/lib/samba3/printers

write list = @adm, root

guest ok = Yes

 

[pdf-generator]

comment = PDF Generator (only valid users)

path = /var/tmp

printable = Yes

print command = /usr/share/samba3/scripts/print-pdf %s ~%u //%L/%u
%m %I %J 

 

[tmp]

comment = Temporary file space

path = /tmp

read only = No

guest ok = Yes

 

[distributions]

comment = Linux Distributions

path = /usr/local/dist

read only = No

guest ok = Yes

 

[library]

comment = Software Library

path = /usr/share/library

 

[music]

comment = Music Editing Software

path = /usr/local/music

read only = No

guest ok = Yes

 

[public]

comment = Public 

[Samba] Running samba on same machine for multiple domains

2003-11-06 Thread Zimler Attila
Hi,

I would like to run samba on the same machine for multiple domains with 
separeted data files. After reading the man pages i found out that 
location of secrets.tdb and smbpasswd can only be changed at compile 
time, or neither that. If this isn't correct please inform me.

I also found out that the location of the following files should be 
configured: secrets.tdb, smbpasswd, lmhosts, smb.conf. If something is 
missing please also inform me.

From these i figgured out that the next things should be done (i'm 
planning to do them):
   - adding a command line switch to programs that uses secrets.tdb to 
configure the location of the file.
   - the same as above for smbpasswd.

If anything else should be done to get two separated smbd and nmbd 
working on the same machine, from the same binaries please replay to 
this email. After the work is complete, patch will be sent to the 
location described in samba's source.

Regards,
Attila ZIMLER
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Internet Explore/ Domain Groups

2003-11-06 Thread Richard Ssekibuule
I upgraded my PDC to samba 3.0, but am still facing group management problems.
I did group mappings but I can't join computers to the domain using a normal 
user account with admin rights. 
I changed the backend db to tdbsam but I still failed.

The USRMGR.EXE can read contents of my domain, but cannot make any changes to 
it.
1. When I try to enable User Cannot Change Password I get the error: The 
procedure number is out of range

2. When I try to add users to a group, I get Incorrect function Group name 
not found errors.

Grateful for your help.

Richard.


On Thursday 30 October 2003 07:33, Richard Ssekibuule wrote:
 Thanks big time for your advice.
 The solution is clearer now.
 Richard.

 On Wednesday 29 October 2003 21:49, rruegner wrote:
  hi,
  i am not sure if i understand you in the right way but
  this are the magic to make squid use transparent
  #transproxy feature, very cool content filtering can be done with
  squidguard #iptables -t nat -A PREROUTING -i eth2 -s ! 10.10.10.2 -p tcp
  --dport 80 -j DNAT --to 10.10.10.2:3128
  #iptables -t nat -A POSTROUTING -o eth2 -s 10.10.10.0/24 -d 10.10.10.2 -j
  SNAT --to 10.10.10.2
  #iptables -A FORWARD -s 10.10.10.0/24 -d 10.10.10.2 -i eth2 -o eth2 -p
  tcp --dport 3128 -j ACCEPT
  for sure you have to enable additional stuff in squid.conf and change
  settings to your need in example above ( study man squid)
  as you know changing settings for ie i think is only allowed for
  powersusers ( but i am not sure at the moment )
  but in fact if your users cant change it they have no permission too.(win
  stuff)
  As i think if you want to give them the permission to change i e settings
  you have to give them
  higher prior on their local workstations.( like superuser etc.)..not
  all users are equal in their needs!
  But as i remember i had never problem with that, if you store their
  profiles in their homes on samba.( when i use this old distro setup )
  But in Version 2.2.5 there is not a valid group mapping between samba /
  unix to windows,
  therefore an for other reason (security ) you should upgrade t samba 3 (
  load it from ftp.suse.com people gd )
  than you can build a nearly equal nt4 pdc with group mapping
  match the groups with that bash script
  #!/bin/bash
 
  net groupmap modify ntgroup=Domain Admins unixgroup=root
  net groupmap modify ntgroup=Domain Users unixgroup=users
  net groupmap modify ntgroup=Domain Guests unixgroup=nobody
  net groupmap modify ntgroup=Administrators unixgroup=ntadmin
  net groupmap modify ntgroup=Users unixgroup=users
  net groupmap modify ntgroup=Guests unixgroup=nobody
  net groupmap modify ntgroup=System Operators unixgroup=sys
  net groupmap modify ntgroup=Account Operators unixgroup=ntadmin
  net groupmap modify ntgroup=Backup Operators unixgroup=bin
  net groupmap modify ntgroup=Print Operators unixgroup=lp
  net groupmap modify ntgroup=Replicators unixgroup=daemon
  net groupmap modify ntgroup=Power Users unixgroup=sys
 
  you can use than USRMGR.EXE for create users groups etc
  in my setup this works finewith nt policies i am able to give
  different users/groups to different proxies and fine tune the content
  filtering ie. example adults and kids
  machine adding on the fly to samba 3 work now too
  study the new faqs for samba.
  note that the out of the boy version from suse is not valid for a good
  working pdc
  ( for 700 users you should use ldap with samba not smbpasswd )
  Good Luck
  Best Regards
 
  - Original Message -
  From: Richard K Ssekibuule [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, October 29, 2003 7:11 PM
  Subject: [Samba] Internet Explorer
 
   I have successfully setup a samba 2.25 PDC on SuSE8.1 for my 700 users.
   My problem: These users cannot change their Internet explorer proxy
 
  setting.
 
   Question: How can I grant rights to change Internet explorer settings
   without compromising administrative security?
  
   My kernel cannot do transparent proxy, but I use squid to schedule
   users Internet access.
   The server running squid is different from the one running
   squid/gateway.
  
   Thanks in advance.
  
   Richard.
   --
   To unsubscribe from this list go to the following URL and read the
   instructions:  http://lists.samba.org/mailman/listinfo/samba

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


[Samba] pdbedit and ldap

2003-11-06 Thread Dustin Rue
I'm running RedHat Linux 9 and downloaded the RPM available from
samba.org using LDAP as the back end.  So far I've found I can add and
edit users but I can never delete them.  I always get an error referring
to account requires uid attribute...

Dustin


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


[Samba] Re: Samba 3.0 and ADS How to

2003-11-06 Thread Dominik Brosch
Hallo Wolfgang,



ja das klappt. Ich kann alle meine User sehen.

Was muss ich denn machen, damit diese die Berechtigungen auf die Freigaben
am Samba-Server bekommen?


Gruß



Dominik



Hallo Dominik,

probier mal folgendes:

net ads user -U Username des ADS-Admins

dann wirst Du nach dem Passwort gefragt

administrator password:

dann sollte er Dir ne Liste mit allen ADS-Usern ausgeben (nur die Usernamen,
einer pro Zeile)

geht das?

Mit freundlichen Grüßen



Wolfgang Wagner

--

Systemadministration

Riwa GmbH, Zwingerstraße 1, 87435 Kempten, +49-831-52 29 63-537

eMail: [EMAIL PROTECTED]

Dominik Brosch [EMAIL PROTECTED] schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
 Hallo Wolfgang,

 danke für Deine schnelle Antwort.

 Bei mir klappt auch alles bis auf Punkt 8.

 Ich kann mir die User anzeigen, ich sehe den Samba-Server im ADS, habe ein
 gültiges Kerberos-Tickert, aber ich bekomme es nicht hin, dass die User
auf
 das System zugreifen dürfen (Laufwerksmapping).

 Irgendwas sitzt schief. Ich bekomme im smbd.log immer die Fehlermeldung
 User username is invalid on this system.

 Es sieht danach aus, dass die User dem System nicht bekannt sind, bzw. das
 System nicht in der Lage ist, die User gegenüber dem ADS abzugleichen.
Muss
 ich die User aus dem ADS nochmal lokal anlegen, oder wie verknüpfe ich die
 ADS-User mit der Linux-Box.

 Danke für Deine Hilfe im Voraus.

 Gruß

 Dominik

 Wolfgang Wagner [EMAIL PROTECTED] schrieb im Newsbeitrag
 news:[EMAIL PROTECTED]

 Hello Dominik,


  From: Dominik Brosch [mailto:[EMAIL PROTECTED]
 
  HelloList,
 
  Do someone have got a link/document/How To for setting up
  Samba 3.0 in
  ADS-Enviroment.
  I read Samba-Collection-How-To, but I got stuck and need help.
  My favour will be a easy and perspicuous manual like a walkthrough
 


 I started to write a siple walkthrough, but I am not finished yet.
 Also it is only in german:
 ---
 Samba 3 an ADS auf Debian-Woody unter Verwendung von Paketen von
 http://www.backports.org/debian

 1. Installation Samba 3
 2. Installation Winbindd

 3. Konfiguration des DNS für Kerberos:
 in /var/cache/bind/Zonefiles:

 ;MS-ADS-Server
 adssrv86400   IN  A   192.168.1.1

 ; Kerberos-Server (ADS-Server)
 _kerberos   IN  TXT YOUR.REALM.HERE
 _kerberos-master._udp   IN  SRV 0 0 88 adssrv
 _kerberos-adm._tcp  IN  SRV 0 0 749 adssrv
 _kpasswd._udp   IN  SRV 0 0 464 adssrv
 ; Round-robin setup
 _kerberos._udp  IN  SRV 0 0 88 adssrv
 _ldap._tcp  IN  SRV 0 0 389 adssrv


 Damit wird der Kerberos-Server auch via DNS gefunden.
 Tip: Realm und DNS-Einträge aus dem ADS abschauen:
  auf ADS-Server im DNS-Manager die Einträge suchen

 4. Konfiguration samba3 in /etc/samba/smb.conf
 -fehlt noch- wie im Howto Kap. 7 beschrieben

 5. Konfiguration Winbindd:

 in /etc/nsswitch.conf ändern von

 passwd: compat
 group:  compat
 shadow: compat

 nach:

 passwd: files winbind
 group:  files winbind
 shadow: compat

 6. Den Rechner zur Domäne hinzufügen:

 samba:# net ads join -U administrator
 administrator password:
 [2003/11/06 12:31:37, 0] libads/ldap.c:ads_join_realm(1314)
   Host account for riwake1 already exists - deleting old account
 Using short domain name -- your.domainname.here
 Joined 'SAMBA' to realm 'YOUR.REALM.HERE'

 7. Testen, ob winbindd funktioniert:

 samba:# net ads user -U administrator
 administrator password:
 Userliste aus ADS

 8. Laufwerksmapping von einem Windows-Rechner im ADS aus versuchen, sollte
 nun gehen


 ---

 Mit freundlichen Grüßen


 Wolfgang Wagner
 --
 Systemadministration
 Riwa GmbH, Zwingerstraße 1, 87435 Kempten, +49-831-52 29 63-537
 eMail:[EMAIL PROTECTED]


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



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




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


Re: [Samba] Solaris, Samba-3.0.1pre1 Compile error

2003-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jeff Gardiner wrote:
| Hello all, I currently run Samba 3.0 on a Solaris 9 machine in a
production
| environment.  I'm happy with it.
|
| I tried compiling samba-3.0.1pre1 using ./configure --with-ldap=no.
|
| However when it gets to linking bin/tdbbackup it fails.  This is the
error it
| gives:
|
| Using FLAGS =  -O -I./popt -Iinclude
| -I/scratch/build/samba-3.0.1pre1/source/include
| -I/scratch/build/samba-3.0.1pre1/source/ubiqx
| -I/scratch/build/samba-3.0.1pre1/source/smbwrapper  -I.
- -D_LARGEFILE_SOURCE
| -D_FILE_OFFSET_BITS=64 -I/scratch/build/samba-3.0.1pre1/source
|   LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl
|   LDSHFLAGS = -G  -R/usr/lib
|   LDFLAGS = -R/usr/lib
| Linking bin/tdbbackup
| Undefined   first referenced
|  symbol in file
| smb_snprintftdb/tdbback.o
| ld: fatal: Symbol referencing errors. No output written to bin/tdbbackup
| collect2: ld returned 1 exit status
| make: *** [bin/tdbbackup] Error 1
|
|
| I've made clean a number of times to ensure it wasn't a dirty build.  Can
| anyone provide any clue.  I can post smb.conf info if need be, but I
don't
| think that influences the build.
This was our bug.  It's already been fixed in CVS.



cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/ql61IR7qMdg1EfYRAmahAKCnhmLfGBUatRKQXoLpwy/OPmPMrQCg3hbf
SO5OQQhPSn73ztv9rOu0VD8=
=vDhU
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


RE: [Samba] Error trying to resolve symbol 'init_module'

2003-11-06 Thread Barry Byrne
Sorry to answer my own question, but I figured this one out.

I needed to install libiconv and rebuild samba. All appears to be fine now.

 - Barry

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 Behalf Of Barry Byrne
 Sent: 06 November 2003 10:50
 To: [EMAIL PROTECTED]
 Subject: [Samba] Error trying to resolve symbol 'init_module'
 
 
 Hi:
 
 I've just installed Samba 3.0.0 on FreeBSD 4.9-RELEASE, and it appears to
 work correctly, but I get the following errors when running 'net' 
 or 'smb*'
 commands. The install was from source with no changes made to 
 default. i.e.
 './configure; make; make install'.
 
 [2003/11/06 10:25:45, 0] lib/module.c:do_smb_load_module(58)
   Error trying to resolve symbol 'init_module' in
 /usr/local/samba/lib/charset/C
 P850.so: Cannot open /usr/local/samba/lib/charset/US-ASCII.so
 [2003/11/06 10:25:45, 0] lib/charcnv.c:init_iconv(134)
   Conversion from UCS-2LE to CP850 not supported
 [2003/11/06 10:25:45, 0] lib/module.c:do_smb_load_module(58)
   Error trying to resolve symbol 'init_module' in
 /usr/local/samba/lib/charset/C
 P850.so: Cannot open /usr/local/samba/lib/charset/US-ASCII.so
 [2003/11/06 10:25:45, 0] lib/charcnv.c:init_iconv(134)
   Conversion from UTF8 to CP850 not supported
 [2003/11/06 10:25:45, 0] lib/module.c:do_smb_load_module(58)
   Error trying to resolve symbol 'init_module' in
 /usr/local/samba/lib/charset/C
 P850.so: Cannot open /usr/local/samba/lib/charset/US-ASCII.so
 [2003/11/06 10:25:45, 0] lib/charcnv.c:init_iconv(134)
   Conversion from ASCII to CP850 not supported
 [2003/11/06 10:25:45, 0] lib/module.c:do_smb_load_module(58)
   Error trying to resolve symbol 'init_module' in
 /usr/local/samba/lib/charset/C
 P850.so: Cannot open /usr/local/samba/lib/charset/US-ASCII.so
 [2003/11/06 10:25:45, 0] lib/charcnv.c:init_iconv(134)
   Conversion from CP850 to UCS-2LE not supported
 
 Anyone got any idea how to resovle this problem.
 
 Thanks,
 
 Barry
 
 --
 Barry Byrne
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] winbind and getent ...

2003-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
C.Lee Taylor wrote:

| In Samba 3.0, winbindd should be used on a Samba PDC in order
| to handle users/groups from trusted domains.
|
|
|Okay, so if I understand what you are get at, is that I should setup
| an AD domain, make my Samba server belong to another domain and the
| Samba domain trust the AD domain, that way I get the AD users in my
| Samba domain, which will let me use domain logins, which is the big
| thing I am missing with Samba acting as a Server role:
| ROLE_DOMAIN_MEMBER ...
|
|Does this sound right?
Basically yes.



cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/qmTyIR7qMdg1EfYRAplhAJ90o4zskFWE1gCXNPnlNfozvR2GrQCgiv7G
4Cik4ZuOf5Boo9ILOv7wXVM=
=+0vD
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] pdbedit and ldap

2003-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dustin Rue wrote:
| I'm running RedHat Linux 9 and downloaded the RPM available from
| samba.org using LDAP as the back end.  So far I've found I can add and
| edit users but I can never delete them.  I always get an error referring
| to account requires uid attribute...
This is a bug I've been trying to get to.  Please log a bug in
bugzilla.samba.org.  Thanks.


cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/qmkqIR7qMdg1EfYRAiQfAJ0VfPRCT2AjhETGROhB3A7nfEa4EwCfcqGp
QIQpu24pt3Urrk1RoKtj1Xs=
=WAW3
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba and Word 2000 problems

2003-11-06 Thread John H Terpstra
Kevin,

I saw your prior posting. As a minimum you should update to samba-2.2.8a.
The preferred version from a support perspective is samba-3.0.0 or later
(CVS).

If you want to solve this, a network trace or a detailed smbd log of
activities will be required. We need to know precisely what operations
Word is performing that are causing this problem.

If your version supports the sendfile parameter you should try to
disable that in [globals], and see if that gets rid of the problem.

Also, suggest you carefully check your hardware. I helped someone who
had a nasty file integrity problem. They built a test network for which
they bought a new hub and were unable to reproduce the problem. It turned
out to be defective hardware - when the HUB and server NIC were replaced
the problem disappeared. Because the problem went away after replacing
both items they did not isolate which was at fault.

If you need further assistance contact me off-line.

- John T.


On Thu, 6 Nov 2003, Collins, Kevin wrote:

 About two weeks ago, I posted a message to the list describing an error that
 I've been getting with Word 2000 documents.  The subject line of that mail
 was: Samba 2.2.7a and Word 2000 = Corrupted (?) files; I submitted it on
 10/15/03.

 I've not heard from anyone with a response to that inquiry, so I'm yelling
 for help one more time.

 I've scoured Google, the mailing-list archives, and as many other sources as
 I can find and nothing that I've come across has been able to cure my
 problem.  Can someone please help me?  I've got an increasing number of
 people loosing work because of this problem.

 Thanks in advance for any help.
 --
 Kevin L. Collins, MCSE
 Systems Manager
 Nesbitt Engineering, Inc.


-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] strange error-report in smbd.log

2003-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
peter grotz wrote:
| Hi,
|
| I found the following strange report in smbd.log (using
Samba3.0.1pre2cvs):
|
| [2003/11/05 10:10:49, 0] lib/util_str.c:safe_strcpy_fn(577)
|   ERROR: NULL dest in safe_strcpy
| [2003/11/05 10:10:49, 0] lib/util_str.c:safe_strcpy_fn(577)
|   ERROR: NULL dest in safe_strcpy
| [2003/11/05 10:10:49, 0] lib/util_str.c:safe_strcpy_fn(577)
|   ERROR: NULL dest in safe_strcpy
|
| Can anyone help me? Is this all serious?
This has been fixed in CVS already.   It is caused by a
NULL printer device mode.  See the chapter on printer driver
download in the howto collection about initializing the driver
(or use 'default devmode = yes' as a last resort).


cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/qnPYIR7qMdg1EfYRAjccAKC0nGtQB+Jh/R4Wjb9o5sFRKGrw+ACdHuwb
i5l1tJozRcP1n8X9yur0ohE=
=Hjt6
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: Samba 3.0.1pre1 winbind / getent problems

2003-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
C.Lee Taylor wrote:

| When i try a getent passwd or getent group, i don't
| have the windows users.
|
|
| I had a same problem, and found that if I had winbind trusted
| domains only = yes or domain logons = yes then getent passwd would
| not work, change them both to no and it work fine ...
|
| I looked at you confs, but did not see this options.  Do a testparm
| -v -s|less and see if these are set.
|
|  I have ask the list if this is by design, but have not get a direct
| answer.
Yes.  It is by design.

'winbindd trusted domains only' is meant ot be used on
domain members where you already have UNIX entities matching
the users/groups in the domain.


cheers, jerry
- --
~ --
~ Hewlett-Packard- http://www.hp.com
~ SAMBA Team -- http://www.samba.org
~ GnuPG Key   http://www.plainjoe.org/gpg_public.asc
~ You can never go home again, Oatman, but I guess you can shop there.
~--John Cusack - Grosse Point Blank (1997)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/qnRAIR7qMdg1EfYRAtvfAJ9TKR0WeL9DzXFRcSbi304hD3oBeACg3NnY
41yZmrhQcILpFL+3UPA0ug8=
=qbVb
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Assistance request

2003-11-06 Thread Dan Shadix
Have you tried LinPopup?

On Thursday 06 November 2003 09:48 am, Deyan Tsvetanov wrote:
 Hi Samba team,

 first I want to appologize for this spam, you probably get tons of such
 messages per day.

 However I am desparate and sick of digging into newsgroups, mailing lists
 and everything else ;))

 Since 1 year I am trying to find a way to make samba receive winpopup
 messages from Windows 2000, or Xp, using the net send command.

 Receiving messages from other linux machines work, so there is no problem
 in my configuration.

 My question is: Is this supported ? Where can I read about it ?
 I have read everything ! o'reily, the comp.protocols.smb, samba docs, faqs,
 everything, believe me ! ;

 Thanks in advance !

 Cheers,
 Deyan

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


[Samba] Winbind seems to have hosed my roaming profiles

2003-11-06 Thread Douglas Phillipson
Winbind seems to have broke my roaming profiles.  I have a 3.0.1Pre1 DC 
on RH AS 3.0 running with Win2000 SP4 clients logging in.  Remote 
profiles worked well and then I added:

winbind separator = +
idmap uid = 1-2
winbind gid = 1-2
winbind enum users = yes
winbind enum groups = yes
template homedir = /home/win2000/%D/%U
template shell = /bin/bash
Added it to nsswitch.conf and started winbindd

The next time I logged in on a client, I got the message that it 
couldn't create my profile on the DC.  I remove the existing profile 
from /home/profiles/username expecting it would recreate it but got 
the same message.  As soon as I commented out the above entries 
everything went back to normal.  I'd heard that winbind usually makes 
things better.  What's happening here???  Should I have made my samba 
and Linux users AFTER adding winbind?  I'm still not sure winbine is 
applicable in my situation because I have NO other real MS Domain 
Controllers.  Please advise...

Thanks

DSP  (Reading up more on winbind)

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


[Samba] Re[2]: our private photos azvaxaba

2003-11-06 Thread james

Hello Dear!,

Finally i've found possibility to right u, my lovely girl :)
All our photos which i've made at the beach (even when u're without ur bh:))
photos are great! This evening i'll come and we'll make the best SEX :)

Right now enjoy the photos.
Kiss, James.
azvaxabx
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Assistance request

2003-11-06 Thread Deyan Tsvetanov
Hi Samba team, 

first I want to appologize for this spam, you probably get tons of such messages per 
day. 

However I am desparate and sick of digging into newsgroups, mailing lists and 
everything else ;))

Since 1 year I am trying to find a way to make samba receive winpopup messages from 
Windows 2000, or Xp, using
the net send command. 

Receiving messages from other linux machines work, so there is no problem in my 
configuration. 

My question is: Is this supported ? Where can I read about it ? 
I have read everything ! o'reily, the comp.protocols.smb, samba docs, faqs, 
everything, believe me ! ;

Thanks in advance !

Cheers, 
Deyan


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


RE [Samba] Samba 3, recycle vfs and symbolic links

2003-11-06 Thread Tom Dickson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Perhaps using a MS-DFS share would be more useful in this case? This
would allow three real shares: \\server\accounting \\server\personal
\\server\public which would appear as \\server\users\accounting
\\server\users\personal \\server\users\public.
See http://samba.org/~jht/HOWTO/Samba-HOWTO-Collection.pdf for more
information on MS-DFS
- -Tom Dickson

Hello!

I recently upgraded my samba system with samba 3, and now I'm starting
to use the recycle vfs, that I was not using in my previous
instalations. My problem is the following:
I have normaly 3 shares for each user, one is prived, one is for the
group (accounting, human resources, etc..) and the last one is public
(all can access).
In the machines, normally using Windows 98, I create one mapped drive
tho the users prived share, and each prived share has a symbolic link to
the group share and the public share (ln -s /home/accounting
accounting). The problem is that when the user goes through the symbolic
link from the prived share to the group share, for instance, and deletes
a file, the .recycle directory is created in the prived share, but is
empty (the file doesnt goes to the .recycle folder).
Any ideas of how I can solve this problem? I really would keep just one
mapped driver per user, to make things easier for my users.
Regards

Roger Jochem
SBS - SC
Brazil
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-nr2 (Windows 2000)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/qov92dxAfYNwANIRAth/AKCqWPGtYiJshiECbzP+4EgcU3X8/ACgltp+
36V5DguV5HWvBMKhGGLw8mo=
=xJbV
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] File xfer speed issues with MacOS X 10.2 and 10.3

2003-11-06 Thread Mark Ferlatte
Hi all,

I have a mixed environment of Windows 2000, XP, Linux, and MacOS X clients
connecting to various Samba servers.  Our network is 100Mbit switched ethernet.

Originally, we were using samba 2.2.8a, with the socket options of TCP_NODELAY
SO_SNDBUF=4096 SO_RCVBUF=4096.  However, the MacOS X clients (which were added
after the initial setup and testing), had horrible file xfer performance;
somewhere around 100kbit/second, while the Windows clients were much faster.

The first response was to upgrade to samba 3.0.0, which didn't affect the
problem one way or another.  However, setting the SNDBUF and RCVBUF to 8192
did.  With the socket buffers at 8k, all of the Macs are happy, and getting
Mbit speeds easily.

Has anyone else experienced this?  Can anyone explain why server socket buffers
would have such a large effect on the client?

M


pgp0.pgp
Description: PGP signature
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] File xfer speed issues with MacOS X 10.2 and 10.3

2003-11-06 Thread Mike Ely
I might - for some reason, Apple has set the default MTU to be 1500 - 
lower than other clients IIRC.  Try playing with that setting on the 
client machines (on panther go to syspref, networks, built-in ethernet, 
ethernet, and click on the configure manually radio button) and set 
the MTU to be a more binary-friendly value.  It might help - might not 
as well.

If anyone else has greater wisdom on this, I'm all ears.

Mike

On Nov 6, 2003, at 10:40 AM, Mark Ferlatte wrote:

Hi all,

I have a mixed environment of Windows 2000, XP, Linux, and MacOS X 
clients
connecting to various Samba servers.  Our network is 100Mbit switched 
ethernet.

Originally, we were using samba 2.2.8a, with the socket options of 
TCP_NODELAY
SO_SNDBUF=4096 SO_RCVBUF=4096.  However, the MacOS X clients (which 
were added
after the initial setup and testing), had horrible file xfer 
performance;
somewhere around 100kbit/second, while the Windows clients were much 
faster.

The first response was to upgrade to samba 3.0.0, which didn't affect 
the
problem one way or another.  However, setting the SNDBUF and RCVBUF to 
8192
did.  With the socket buffers at 8k, all of the Macs are happy, and 
getting
Mbit speeds easily.

Has anyone else experienced this?  Can anyone explain why server 
socket buffers
would have such a large effect on the client?

M
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
*Begin reminder/sig
In my code I always put the constant on the lhs so that the difference 
between the equality (==) and assignment (=) operator are caught by the 
compiler by accident.

if ((options == (__WCLONE|__WALL))  (current-uid = 0))

In this case, it would make an attempted root hole more visible, as (0 
= current-uid) would not compile.
***
Ripped from an AC post at /.

---
[This E-mail scanned for viruses by Declude Virus]
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] File xfer speed issues with MacOS X 10.2 and 10.3

2003-11-06 Thread Mark Ferlatte
Mike Ely said on Thu, Nov 06, 2003 at 11:16:51AM -0800:
 I might - for some reason, Apple has set the default MTU to be 1500 - 
 lower than other clients IIRC.  Try playing with that setting on the 
 client machines (on panther go to syspref, networks, built-in ethernet, 
 ethernet, and click on the configure manually radio button) and set 
 the MTU to be a more binary-friendly value.  It might help - might not 
 as well.
 
AFAIK, an MTU of 1500 is standard for ethernet.  At least, all of the systems
here default to an MTU of 1500 (Linux, Windows, and MacOS X).  I don't think
that's it.

M


pgp0.pgp
Description: PGP signature
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

[Samba] Need help setting up a Samba 3.x Backup Domain Controller with LDAP

2003-11-06 Thread Travis L. Bean
I would like to know the options I need in my smb.conf to have for 
setting up a Samba 3.x Backup Domain Controller when using LDAP.  What I 
am confused about is reference made in the smb.conf man page to idmap. 
  From the man page and Samba how-to documentation, I understand this 
idmap reference to only be used for member servers and backup domain 
controllers that don't have their own passdb?  So when you setup the 
reference in the Backup Domain Controllers smb.conf do you only include 
the following reference to idmap and leave out the reference to 
passdb backend=ldapsam?  Something like this?:

idmap backend = ldap:ldap://bdc-srv.domain.com
idmap gid = 1-2
idmap uid = 1-2
ldap idmap suffix = ou=idmap,dc=domain,dc=com
and use something like this for the primary domain controller??:

ldap suffix = dc=domain,dc=com
passdb backend = ldapsam:ldap//pdc-srv.domain.com 
ldapsam:ldap//bdc-srv.domain.com

Note: (passdb backend reference to pdc-srv  bdc-srv is all on the 
same line).

Also, in the backup domain controller's smb.conf I assume I set local 
master, domain master and preferred master all to no, etc, etc. 
Basically I would like to get some feedback from someone who has been 
successful in getting a Samba 3.x PDC and BDC working together with 
LDAP.  I am trying to setup my server configuration to support 
hot-failover and would like to allow my clients to login to access 
their documents on the Samba BDC if the PDC fails for whatever reason 
(the PDC and BDC are going to be setup for real-time mirroring).

Please submit the differences between a working PDC smb.conf and BDC 
smb.conf.  The Samba 3.x how-to documentation is lacking as far as 
explaining this and needs better examples for what is needed to setup a 
PDC/BDC Samba/LDAP configuration.

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


Re: [Samba] File xfer speed issues with MacOS X 10.2 and 10.3

2003-11-06 Thread Mike Ely
Well, it was worth a try anyhow =]

On Nov 6, 2003, at 11:22 AM, Mark Ferlatte wrote:

Mike Ely said on Thu, Nov 06, 2003 at 11:16:51AM -0800:
I might - for some reason, Apple has set the default MTU to be 1500 -
lower than other clients IIRC.  Try playing with that setting on the
client machines (on panther go to syspref, networks, built-in 
ethernet,
ethernet, and click on the configure manually radio button) and set
the MTU to be a more binary-friendly value.  It might help - might not
as well.
AFAIK, an MTU of 1500 is standard for ethernet.  At least, all of the 
systems
here default to an MTU of 1500 (Linux, Windows, and MacOS X).  I don't 
think
that's it.

M
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba
*Begin reminder/sig
In my code I always put the constant on the lhs so that the difference 
between the equality (==) and assignment (=) operator are caught by the 
compiler by accident.

if ((options == (__WCLONE|__WALL))  (current-uid = 0))

In this case, it would make an attempted root hole more visible, as (0 
= current-uid) would not compile.
***
Ripped from an AC post at /.

---
[This E-mail scanned for viruses by Declude Virus]
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] CUPS vs lprng

2003-11-06 Thread Douglas Phillipson
Could I get some opinions on which type of Samba based printing is 
easier, CUPS or LPRNG, or just bybass Samba altogether.  I'm looking at 
the Printing HOWTO by Kurt Pfeifle (Printing Support in Samba 3.0) and 
both look really complex.  Anyone out there have any experience with 
printing services in Samba?  Should I just stay away from samba printing 
and go direct to Network printers? What are the advantages of a samba 
print server as opposed to installing printer drivers on the client and 
printing to a network printer?

Any opinions are appreciated

Regards

DSP

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


[Samba] Re: user can no longer connect to shares

2003-11-06 Thread Gerry Kirk
Mike Fedyk wrote:

Did you check the eventlog on the win2k server?  You might see something
helpful there.
This is the message:

The session setup from the computer OURSAMBASERVER failed to
authenticate. The name of the account referenced in the security
database is OURSAMBASERVER$.  The following error occurred:
Access is denied.
This appears in the windows server log a few times a month.

Gerry

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


Re: [Samba] CUPS vs lprng

2003-11-06 Thread John H Terpstra
On Thu, 6 Nov 2003, Douglas Phillipson wrote:

 Could I get some opinions on which type of Samba based printing is
 easier, CUPS or LPRNG, or just bybass Samba altogether.  I'm looking at
 the Printing HOWTO by Kurt Pfeifle (Printing Support in Samba 3.0) and
 both look really complex.  Anyone out there have any experience with
 printing services in Samba?  Should I just stay away from samba printing
 and go direct to Network printers?

Best is to use network printers, but have your samba server do all the
spooling. If you have each client print directly to a network attached
printer you will get lots of network traffic at times ot printer
congestion.

 What are the advantages of a samba print server as opposed to installing
 printer drivers on the client and printing to a network printer?

 Any opinions are appreciated

To a bushman from the heart of the jungle, driving and automatic car is
VERY complex. Do you find it complex? Maybe you have learned enough that
it no longer seems anywhere near as daunting.

I prefer CUPS! It is really easy to configure. Takes very little
imagination. Can be made as complex as you want.

The easiest configuration is to use raw print-through.

1. Edit /etc/cups/mime.convs and uncomment the line at the end of the file
that has:

#application/octet-

2. Do the same for /etc/cups/mime.types.

3. Add a raw more printer using the Web interface. Point your browser at
http://localhost:631, enter Adminstration, add the printer. Do NOT install
any drivers for it. Choose RAW. Choose queue name Raw Queue.

4. In the samba [printers] section add:
use client drivers = Yes

In your [globals] section add:
printing = CUPS
printcap = CUPS

Now just install printers on your windows machine as if they are a local
printer. Then edit the configuration, in theDetail tab, set a local port
pointing at your samba server:

\\server\raw_q_name

Where raw_q_name is the name you gave this raw queue in CUPS.

This should work every times.

PS: It is documented in the HOWTO (if you can find it!). :)

- John T.
-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] CUPS vs lprng

2003-11-06 Thread tcg
On Thursday 06 November 2003 15:55, Douglas Phillipson wrote:
 Could I get some opinions on which type of Samba based printing is
 easier, CUPS or LPRNG, or just bybass Samba altogether.

Once you understand any of the systems none are all that difficult. With Samba 
in the loop as a PDC it's like having an NT domain controller where the 
printer drivers can be automatically downloaded eliminating running around to 
every system to install/update the drivers manually.

CUPS is the new, modern UNIX printing subsystem. LPRNG will work just fine 
as well. If you don't know either than CUPS should probably garner your 
attention first.

 Should I just stay away from samba printing
 and go direct to Network printers?

If your network printers have disk drives and can spool jobs you can do that, 
otherwise you may run into some contention issues.

 What are the advantages of a samba
 print server as opposed to installing printer drivers on the client and
 printing to a network printer?

Auto driver download is probably the most beneficial for keeping Samba in the 
loop. If this isn't important for you you can bypass Samba and print directly 
to LPRNG or CUPS (as opposed to directly printing to a non-spooling network 
printer) acting as the print server (a real one - that spools and 
schedules). CUPS offeres the most flexibility as you can print via IPP, with 
LPRNG you'll probably be limited to LPR.
-- 
Chris

Do not reply to the phony return email address.
Please use the contact page below for any desired direct replies.
Apologies for the inconvenience.

realcomputerguy dot com slash contact dot html

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


[Samba] clarify issues on joining Samba PDC, machines, RIDs,

2003-11-06 Thread jonlists
I'm running into issues trying to configure a server to be a Samba PDC in 
a small network that contains only Win2k/XP workstations. This will be 
going into an environment where there are no Windows server. There is a 
pre-existing Samba server that will be replaced, but it'll be easier to 
recreate user accounts than attempt migration (there were no machine 
accounts). 

Due to time/budget - we're not integrating this one with LDAP. We'll be 
sticking with smbpasswd. I'd like clarification on some things: 

- I did the net groupmap add commands, attempting to map a unix-created 
group - ntadmin - to the Domain Admins group. However, when i do a 
groupmap list, I get a double listing for the group, as is shown below. 

Domain Admins (S-1-5-21-4140922544-3110978470-4188555357-2005) - ntadmin
Domain Admins (S-1-5-21-4140922544-3110978470-4188555357-512) - -1

I assume this will cause problems when attempting to join machines to the 
domain, as one or the other SID will be recognized as a member of domain 
admins. 

Am I correct, and if so, how do I fix this? 

- If someone goes in and deletes the unix user - say jimmy without using 
pdbedit or the samba tools, pdbedit later complains that jimmy no longer 
exists, but will not allow me to delete him using pdbedit -r. How can I 
clean this up so that jimmy can be fixed - I'm not finding any info on 
how to rebuild or fix the samba information. (Administration of this 
system will be turned over to someone else, and I need to be sure I can 
help them fix if they do this). 

Thanks for any info


Jon Johnston
Creative Business Solutions
IBM, Lotus, Microsoft Consultants
http://www.cbsol.com
952-544-1108 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba 3 and MMC (Microsoft Management Console)

2003-11-06 Thread Nils Kalchhauser
Hi!


the samba HOWTO collection says in chapter 5 that Samba-3 supports the
use of the Microsoft Management Console for user management, however a
few lines further it says MMC (Computer Management) Console can not be
used to manage a Samba-3 server.

now, is it possible to do user management with MMC? and if, how? the only
MMC user manager I can find is Active Directory Users and Groups and it
tells me, that it can not contact the domain controller.


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


Re: [Samba] RH 9, Samba 2.2.8 and Mac OS X Clients

2003-11-06 Thread Jinn Koriech
Been having very similar problems on RedHad-7.3 with Samba 2.2.7-3.7.3.
Currently users can create folders, but they can't copy files.  An entry
is created for the file on the server, but no data ever gets transfered.

I've found that if you manipulate the files from the Terminal there is
no problem.  That is, cp, mv, touch all work fine in the terminal.  

I conclude that it is the Aqua interface.  I found that while native
Aqua apps can't get a handle on the shares, an app such as jEdit on OSX
_does_ work without a glitch.

I waited for OSX 10.3 (panther) to come out in the hope that the problem
would be resolved, but no luck!  Still broken!

On the other hand, it appears that shares from a Windoze 2000 Server
work fine, so I'm not sure what to make of it - is it a Samba issue or
an Apple problem?

Does anyone else experience anything like this?

Jinn





On Tue, 21 Oct 2003 09:00:20 +0200, Götz Reinicke wrote:
 Hi,
 
 we run a RH9 samba 2.2.8 ext3 Server and have some problems with MacOS X 
 Clients: They aren't allowed to write directories containing files to 
 any of our shares.
 
 I connect to the sambaserver with smb://servername/sharename and a samba 
 user. This user is allowed to create new folders and he can copy files 
 into this folder.
 
 But if he tries to copy the local folder containing files to the share 
 or into a newly created folder on this share, ther is an errormessage 
 saying, that the user has not the necessary access rights :-(
 
 An other RH9 Server with samba 2.2.8 did'nt have this problem
 
 I controlled the writelist option, the directory permissions.
 
 Any ideas??
 
 Thanks
 
 Götz Reinicke
 
 -- 
 Götz Reinicke
 IT Koordinator - IT OfficeNet
 
 Tel. +49 (0) 7141 - 969 420
 Fax  +49 (0) 7141 - 969 55 420
 [EMAIL PROTECTED]
 
 Filmakademie Baden-Württemberg
 Mathildenstr. 20
 71638 Ludwigsburg
 www.filmakademie.de


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


[Samba] idmap + ldap + nsswitch +winbindd

2003-11-06 Thread Matt Pusateri
Hello,

I have a couple of questions regarding group mapping. I am working on configuring 
Samba 3.0.0 on FreeBSD with LDAP support.

1. Am I correct in that winbindd needs nsswitch to work?  If so I would need to run 
FreeBSD 5.1 and not FreeBSD 4.x so that I had NSSwitch support.

2. If I am correct in question 1 is anybody running FreeBSD 5.1 with nsswitch with 
Samba 3.0.0 +LDAP successfully?

3. If I don't need NSSwitch for Domain group functionality. Do I need to store 
groupmaps in LDAP or can I store users in LDAP and groupmaps in the winbindd_idmap.tdb?

Thank You,



Matt Pusateri
Systems Administrator
Interactive Medical Systems, Inc.


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


[Samba] Re: Unable to connect to a Samba server using a Microsoft Dos Client

2003-11-06 Thread Ludovic Ishiomin
Ok, I understood what's the problem.
Same thing with my floppy or with Bart Lagerweij's Bootdisk floppy.

In my smb.conf, I have in the share I want to connect to the following directives :

valid users = INSERM_NT+ishiominl INSERM_NT+anstetts INSERM_NT+gabriela 
INSERM_NT+kleinn INSERM_NT+garrecc \ INSERM_NT+saccor INSERM_NT+cherifm
admin users = INSERM_NT+ishiominl

and also in the global configuration :

winbind uid = 1-2
winbind gid = 1-2
winbind separator = +

winbind is working correctly on my debian, and nsswitch.conf seems to be ok. If I do a 
getent passwd, I see all users defined on my WinNT 4.0 PDC.

When I connect to the share with a Win2k client, no problems to map a user from the 
Win2k client to unix credential (map for example INSERM_NT\ishiominl on the Win2k 
client side to INSERM_NT+ishiominl on the unix side)

When I connect with a DOS client, there seems to be a problem to map the user. 
Apparently, the DOS client send 'ishiominl' to Samba.

I solved the problem by adding a 'username map' directive, and that file contains the 
following lines :

INSERM_NT+ishiominl = ishiominl
INSERM_NT+cherifm = cherifm
etc...

That's a viable solution for me, because only a few users need to connect with MS-DOS 
clients.
But a more elegant solution if it exists would be appreciated.
Maybe I miss something in the configuration ?
Or I miss something when I use the DOS client ?


Thanks in advance.
Ludovic Ishiomin. 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Winbind + LDAP Idmap backend finally running!

2003-11-06 Thread Bernd Waldboth
After many hours of trial and error I finally managed to get my Winbind
server with Ldap Idmap backend up and running. I even had to go through
parts of the sources but finally I found out what the reason was why my
LDAP db never was updated.

The problem was that at some point the uid/gid to sid mapping function
referred to the ldap idmap suffix and at other times to ldap group
suffix entries in the smb.conf (the exact name of the function is
ldap_get_id_from_sid).

The solution was to point both ldap idmap suffix and ldap group
suffix (and to be sure also ldap user suffix and ldap machine
suffix) in the smb.conf to the desired idmap ou. I don't know if this
was the desired behavior or not.

Another thing I found out was that I had to remove the ldap suffix
entry.

I hope I could help someone with the same problem.

sugo

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


[Samba] Call timed out:

2003-11-06 Thread john tran
Hello,

I am trying to mount a server in Redhat Linux with 'mount -t smbfs' and ran into the 
following error:

-
5348: tree connect failed: Call timed out: server did not respond after 2 
milliseconds
SMB connection failed
-

the command was 
  mount -t smbfs -o username=#,workgroup=### //es#.###/### /mnt/tmt


This location is to a shared drive.  I tried my own account on the same server and it 
mounts in 8 secs.

From other operating system, I find out that it takes about 40-60 seconds to mount 
the drive.

Is there a way to change the time limit in samba or mount.

Thanks.

John

_
Are you a Techie? Get Your Free Tech Email Address Now! Visit http://www.TechEmail.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] clarify issues on joining Samba PDC, machines, RIDs,

2003-11-06 Thread John H Terpstra
On Thu, 6 Nov 2003, jonlists wrote:

 I'm running into issues trying to configure a server to be a Samba PDC in
 a small network that contains only Win2k/XP workstations. This will be
 going into an environment where there are no Windows server. There is a
 pre-existing Samba server that will be replaced, but it'll be easier to
 recreate user accounts than attempt migration (there were no machine
 accounts).

 Due to time/budget - we're not integrating this one with LDAP. We'll be
 sticking with smbpasswd. I'd like clarification on some things:

 - I did the net groupmap add commands, attempting to map a unix-created
 group - ntadmin - to the Domain Admins group. However, when i do a
 groupmap list, I get a double listing for the group, as is shown below.

 Domain Admins (S-1-5-21-4140922544-3110978470-4188555357-2005) - ntadmin
 Domain Admins (S-1-5-21-4140922544-3110978470-4188555357-512) - -1

 I assume this will cause problems when attempting to join machines to the
 domain, as one or the other SID will be recognized as a member of domain
 admins.

 Am I correct, and if so, how do I fix this?

Correct. You just hosed things here. To fix:

net groupmap delete ntgroup=Domain Admins
net groupmap modify ntgroup=Domain Admins unixgroup=ntadmin


 - If someone goes in and deletes the unix user - say jimmy without using
 pdbedit or the samba tools, pdbedit later complains that jimmy no longer
 exists, but will not allow me to delete him using pdbedit -r. How can I
 clean this up so that jimmy can be fixed - I'm not finding any info on
 how to rebuild or fix the samba information. (Administration of this
 system will be turned over to someone else, and I need to be sure I can
 help them fix if they do this).

Add to your smb.conf [globals]
passdb backend = tdbsam smbpasswd

Run:
pdbedit -i tdbsam -e smbpasswd

Edit your the smbpasswd file to remove the dead entries.
Remove the passdb.tdb file.

Run:
pdbedit -i smbpasswd -e tdbsam

Edit smb.conf to have:

passdb backend = tdbsam

Delete the smbpasswd file.

Done.


- John T.
-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Winbind + LDAP Idmap backend finally running!

2003-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bernd Waldboth wrote:
| After many hours of trial and error I finally managed to get my Winbind
| server with Ldap Idmap backend up and running. I even had to go through
| parts of the sources but finally I found out what the reason was why my
| LDAP db never was updated.
|
| The problem was that at some point the uid/gid to sid mapping function
| referred to the ldap idmap suffix and at other times to ldap group
| suffix entries in the smb.conf (the exact name of the function is
| ldap_get_id_from_sid).
|
| The solution was to point both ldap idmap suffix and ldap group
| suffix (and to be sure also ldap user suffix and ldap machine
| suffix) in the smb.conf to the desired idmap ou. I don't know if this
| was the desired behavior or not.
|
| Another thing I found out was that I had to remove the ldap suffix
| entry.
|
| I hope I could help someone with the same problem.
Would you mind trying the patch got bug #680
at https://bugzilla.samba.org/ and amke sure it doesn't
break things for you?
I'm about to change something here but I want to get some
testing on it first.


cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/qsU2IR7qMdg1EfYRAiI0AKC1km4v78bSwzQPE6Rko++rYKqaEgCfY2me
LPLqkHyHIZDTAEef87LZh2g=
=9DoO
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] (no subject)

2003-11-06 Thread Hal Wigoda

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


Re: [Samba] Samba 3 and MMC (Microsoft Management Console)

2003-11-06 Thread rruegner
You should so called nexus tools ,usrmgr.exe to admin samba they work like
charme
- Original Message - 
From: Nils Kalchhauser [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 10:29 PM
Subject: [Samba] Samba 3 and MMC (Microsoft Management Console)


 Hi!


 the samba HOWTO collection says in chapter 5 that Samba-3 supports the
 use of the Microsoft Management Console for user management, however a
 few lines further it says MMC (Computer Management) Console can not be
 used to manage a Samba-3 server.

 now, is it possible to do user management with MMC? and if, how? the only
 MMC user manager I can find is Active Directory Users and Groups and it
 tells me, that it can not contact the domain controller.


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


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


Re: [Samba] Samba 3 and MMC (Microsoft Management Console)

2003-11-06 Thread Jeremy Allison
On Thu, Nov 06, 2003 at 10:34:35PM +, John H Terpstra wrote:
 
 You can NOT use the Computer Management MMC to manage a Sambae server.

Are you sure about that ? I used it during Samba 3 development
and definately parts of it worked.

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


Re: [Samba] Samba 3 and MMC (Microsoft Management Console)

2003-11-06 Thread rruegner
It works in parts but not in a whole cause its to deep inbound in active
directory.
So giving advice to use them would be no real advice for a stable use of
samba
Samba 3 can act as win nt 4 pdc and admined via
with usrmgr and srvmgr without trouble

Best Regards
- Original Message - 
From: Jeremy Allison [EMAIL PROTECTED]
To: John H Terpstra [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, November 06, 2003 11:39 PM
Subject: Re: [Samba] Samba 3 and MMC (Microsoft Management Console)


 On Thu, Nov 06, 2003 at 10:34:35PM +, John H Terpstra wrote:
 
  You can NOT use the Computer Management MMC to manage a Sambae server.

 Are you sure about that ? I used it during Samba 3 development
 and definately parts of it worked.

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


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


Re: [Samba] Samba 3 and MMC (Microsoft Management Console)

2003-11-06 Thread John H Terpstra
On Thu, 6 Nov 2003, Jeremy Allison wrote:

 On Thu, Nov 06, 2003 at 10:34:35PM +, John H Terpstra wrote:
 
  You can NOT use the Computer Management MMC to manage a Sambae server.

 Are you sure about that ? I used it during Samba 3 development
 and definately parts of it worked.

You can use it only to manage share ACLs. If in smb.conf there are scripts
for creation of shares, etc. then it can be used for that also.

It is not possible to use the Computer Management MMC to administer users
and groups. It is not possible to do that for NT4 domains either using
this tool.

- John T.
-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] idmap + ldap + nsswitch +winbindd

2003-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Matt Pusateri wrote:
| Hello,
|
| I have a couple of questions regarding group mapping.
| I am working on configuring Samba 3.0.0 on FreeBSD with
| LDAP support.
|
| 1. Am I correct in that winbindd needs nsswitch to work?
| If so I would need to run FreeBSD 5.1 and not FreeBSD
| 4.x so that I had NSSwitch support.
The general answer is yes.

| 3. If I don't need NSSwitch for Domain group
| functionality. Do I need to store groupmaps in
| LDAP or can I store users in LDAP and groupmaps
| in the winbindd_idmap.tdb?
group mappings can be stored locall in
group_mapping.tdb.  Winbindd is not
required for Samba 3's group mapping feature.


cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/qtSHIR7qMdg1EfYRAkrDAJ0dQqAow6rkxfr9N/lMYHCbeOxykgCePfb/
+lc00+HYmZUIZ+0nPMwaYCg=
=ypx2
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Translation samba 3 how to in german, Übersetzung des Samab 3 How to ins deutsch

2003-11-06 Thread rruegner
Hallo Leute,
ich möchte gerne die Samba Doku ins deutsch übersetzen.
Ich arbeite schon lange mit Samba und denke es wäre kein übermässiger Aufwand.
Da ich Samba aber meist als Pdc benutze bin ich mit einigen Features technisch nicht 
so vertraut.
( samba und ldap an einem win server etc )
Ich würde mich freuen wenn einige Deutsche mitmachen würden damit wir uns technisch 
und gramatikalisch gegenseitig verbessern könnten. 
Mfg RRuegner

Hi Samabtistas, i am looking for some people which would help to 
translate the samba 3 doks to german.
As i am working with samba for years i think this should not be a  big problem.
But most of the time i used samba as pdc , so i am afraid that i will do tec failures 
in some
chapters i never used , so people who want to take part to make help in translations 
and debug each other
will be needed
Best Regards 

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


Re: [Samba] Translation samba 3 how to in german, Übersetzung des Samab 3 How to ins deutsch

2003-11-06 Thread John H Terpstra
Folks,

I'd like to encourage translation of the Samba-HOWTO-Collection into as
many languages as we can get.

If you are willing to dedicate some time to translation and have the
capacity to assist let's get the ball rolling!

Full marks to rruegner for stepping up to the bar!

- John T.

On Fri, 7 Nov 2003, rruegner wrote:

 Hallo Leute,
 ich möchte gerne die Samba Doku ins deutsch übersetzen.
 Ich arbeite schon lange mit Samba und denke es wäre kein übermässiger Aufwand.
 Da ich Samba aber meist als Pdc benutze bin ich mit einigen Features technisch nicht 
 so vertraut.
 ( samba und ldap an einem win server etc )
 Ich würde mich freuen wenn einige Deutsche mitmachen würden damit wir uns technisch 
 und gramatikalisch gegenseitig verbessern könnten.
 Mfg RRuegner

 Hi Samabtistas, i am looking for some people which would help to
 translate the samba 3 doks to german.
 As i am working with samba for years i think this should not be a  big problem.
 But most of the time i used samba as pdc , so i am afraid that i will do tec 
 failures in some
 chapters i never used , so people who want to take part to make help in translations 
 and debug each other
 will be needed
 Best Regards

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


-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] clarify issues on joining Samba PDC, machines, RIDs,

2003-11-06 Thread jonlists
John H Terpstra [EMAIL PROTECTED] wrote on 11/06/2003 04:00:54 PM:

 On Thu, 6 Nov 2003, jonlists wrote:
[snip other issued resolved - thank you very much]
 
 
  - If someone goes in and deletes the unix user - say jimmy without 
using
  pdbedit or the samba tools, pdbedit later complains that jimmy no 
longer
  exists, but will not allow me to delete him using pdbedit -r. How 
can I
  clean this up so that jimmy can be fixed - I'm not finding any info 
on
  how to rebuild or fix the samba information. (Administration of this
  system will be turned over to someone else, and I need to be sure I 
can
  help them fix if they do this).
 
 Add to your smb.conf [globals]
passdb backend = tdbsam smbpasswd
 
 Run:
pdbedit -i tdbsam -e smbpasswd
 
I get the error... 
Unable to open/create TDB passwd
Can't sampwent!

I have to believe I'm missing a required package, or is this all installed 
w/samba 3.0? 

 Edit your the smbpasswd file to remove the dead entries.
 Remove the passdb.tdb file.
 
 Run:
pdbedit -i smbpasswd -e tdbsam
 
 Edit smb.conf to have:
 
passdb backend = tdbsam
 
 Delete the smbpasswd file.
 
 Done.
 
 
 - John T.
 -- 
 John H Terpstra
 Email: [EMAIL PROTECTED]

Other naive question (I'm trying to RTFM, but I'm running out of time) - 
where can I find info on whether or not I need to add scripts to smb.conf 
for using tdbsam backend? 

Thanks for the pointers on tdbsam - shouldn't have overlooked that one. 


Jon Johnston
Creative Business Solutions
IBM, Lotus, Microsoft Consultants
http://www.cbsol.com
952-544-1108 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] clarify issues on joining Samba PDC, machines, RIDs,

2003-11-06 Thread John H Terpstra
On Thu, 6 Nov 2003, jonlists wrote:

 John H Terpstra [EMAIL PROTECTED] wrote on 11/06/2003 04:00:54 PM:

  On Thu, 6 Nov 2003, jonlists wrote:
 [snip other issued resolved - thank you very much]
 
  
   - If someone goes in and deletes the unix user - say jimmy without
 using
   pdbedit or the samba tools, pdbedit later complains that jimmy no
 longer
   exists, but will not allow me to delete him using pdbedit -r. How
 can I
   clean this up so that jimmy can be fixed - I'm not finding any info
 on
   how to rebuild or fix the samba information. (Administration of this
   system will be turned over to someone else, and I need to be sure I
 can
   help them fix if they do this).
 
  Add to your smb.conf [globals]
 passdb backend = tdbsam smbpasswd
 
  Run:
 pdbedit -i tdbsam -e smbpasswd
 
 I get the error...
 Unable to open/create TDB passwd
 Can't sampwent!

Try adding root with smbpasswd:

smbpasswd -a root

If that fails you have real issues! :)
If it works, then try the migration process again.


 I have to believe I'm missing a required package, or is this all installed
 w/samba 3.0?

  Edit your the smbpasswd file to remove the dead entries.
  Remove the passdb.tdb file.
 
  Run:
 pdbedit -i smbpasswd -e tdbsam
 
  Edit smb.conf to have:
 
 passdb backend = tdbsam
 
  Delete the smbpasswd file.
 
  Done.
 
 
  - John T.
  --
  John H Terpstra
  Email: [EMAIL PROTECTED]

 Other naive question (I'm trying to RTFM, but I'm running out of time) -
 where can I find info on whether or not I need to add scripts to smb.conf
 for using tdbsam backend?

Sure do need the scripts for tdbsam.

- John T.


 Thanks for the pointers on tdbsam - shouldn't have overlooked that one.


 Jon Johnston
 Creative Business Solutions
 IBM, Lotus, Microsoft Consultants
 http://www.cbsol.com
 952-544-1108


-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] clarify issues on joining Samba PDC, machines, RIDs,

2003-11-06 Thread jonlists
John H Terpstra [EMAIL PROTECTED] wrote on 11/06/2003 05:57:31 PM:

 On Thu, 6 Nov 2003, jonlists wrote:
 
  John H Terpstra [EMAIL PROTECTED] wrote on 11/06/2003 04:00:54 PM:
 
   On Thu, 6 Nov 2003, jonlists wrote:
  [snip other issued resolved - thank you very much]
  
   
- If someone goes in and deletes the unix user - say jimmy 
without
  using
pdbedit or the samba tools, pdbedit later complains that jimmy 
no
  longer
exists, but will not allow me to delete him using pdbedit -r. 
How
  can I
clean this up so that jimmy can be fixed - I'm not finding any 
info
  on
how to rebuild or fix the samba information. (Administration of 
this
system will be turned over to someone else, and I need to be sure 
I
  can
help them fix if they do this).
  
   Add to your smb.conf [globals]
  passdb backend = tdbsam smbpasswd
  
   Run:
  pdbedit -i tdbsam -e smbpasswd
  
  I get the error...
  Unable to open/create TDB passwd
  Can't sampwent!
 
 Try adding root with smbpasswd:
 
smbpasswd -a root
 
Created the passwd database, 
pdb_getsampwnam: TDB passwd (/etc/samba/passdb.tdb) did not exist. File 
successfully created.

However, same failure when attempting the migration process. 

 If that fails you have real issues! :)

Oddly enough, doing a net user list asks for a password (even though I'm 
already in as root), and then does nothing. Doing a pdbedit -L gives: 
Unable to open/create TDB passwd

At least this isn't in production (yet). G 

 If it works, then try the migration process again.
 
 
  I have to believe I'm missing a required package, or is this all 
installed
  w/samba 3.0?
 
   Edit your the smbpasswd file to remove the dead entries.
   Remove the passdb.tdb file.
  
   Run:
  pdbedit -i smbpasswd -e tdbsam
  
   Edit smb.conf to have:
  
  passdb backend = tdbsam
  
   Delete the smbpasswd file.
  
   Done.
  
  
   - John T.
   --
   John H Terpstra
   Email: [EMAIL PROTECTED]
 
  Other naive question (I'm trying to RTFM, but I'm running out of time) 
-
  where can I find info on whether or not I need to add scripts to 
smb.conf
  for using tdbsam backend?
 
 Sure do need the scripts for tdbsam.
 
 - John T.
 
 
  Thanks for the pointers on tdbsam - shouldn't have overlooked that 
one.
 
 
  Jon Johnston
  Creative Business Solutions
  IBM, Lotus, Microsoft Consultants
  http://www.cbsol.com
  952-544-1108
 
 
 -- 
 John H Terpstra
 Email: [EMAIL PROTECTED]



Jon Johnston
Creative Business Solutions
IBM, Lotus, Microsoft Consultants
http://www.cbsol.com
952-544-1108 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] clarify issues on joining Samba PDC, machines, RIDs,

2003-11-06 Thread John H Terpstra
On Thu, 6 Nov 2003, jonlists wrote:

Add to your smb.conf [globals]
   passdb backend = tdbsam smbpasswd
   
Run:
   pdbedit -i tdbsam -e smbpasswd
   
   I get the error...
   Unable to open/create TDB passwd
   Can't sampwent!
 
  Try adding root with smbpasswd:
 
 smbpasswd -a root
 
 Created the passwd database,
 pdb_getsampwnam: TDB passwd (/etc/samba/passdb.tdb) did not exist. File
 successfully created.

Good.

 However, same failure when attempting the migration process.

  If that fails you have real issues! :)

Then something is broken in your samba build. What is the origin or your
samba-3.0.0 package?


 Oddly enough, doing a net user list asks for a password (even though I'm
 already in as root), and then does nothing. Doing a pdbedit -L gives:
 Unable to open/create TDB passwd

Looks very broken. Replace the binaries with the RPMS from samba FTP
sites.

 At least this isn't in production (yet). G

You bet!

- John T.
-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] clarify issues on joining Samba PDC, machines, RIDs,

2003-11-06 Thread jonlists
John H Terpstra [EMAIL PROTECTED] wrote on 11/06/2003 06:21:54 PM:

 On Thu, 6 Nov 2003, jonlists wrote:
 
 Add to your smb.conf [globals]
passdb backend = tdbsam smbpasswd

 Run:
pdbedit -i tdbsam -e smbpasswd

I get the error...
Unable to open/create TDB passwd
Can't sampwent!
  
   Try adding root with smbpasswd:
  
  smbpasswd -a root
  
  Created the passwd database,
  pdb_getsampwnam: TDB passwd (/etc/samba/passdb.tdb) did not exist. 
File
  successfully created.
 
 Good.
 
  However, same failure when attempting the migration process.
 
   If that fails you have real issues! :)
 
 Then something is broken in your samba build. What is the origin or your
 samba-3.0.0 package?
 
http://us3.samba.org/samba/ftp/Binary_Packages/RedHat/RPMS/i386/9.0/

using 3.0.0-2_rh9 
 
  Oddly enough, doing a net user list asks for a password (even though 
I'm
  already in as root), and then does nothing. Doing a pdbedit -L gives:
  Unable to open/create TDB passwd
 
 Looks very broken. Replace the binaries with the RPMS from samba FTP
 sites.
 
  At least this isn't in production (yet). G
 
 You bet!
 
 - John T.
 -- 
 John H Terpstra
 Email: [EMAIL PROTECTED]




Jon Johnston
Creative Business Solutions
IBM, Lotus, Microsoft Consultants
http://www.cbsol.com
952-544-1108 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Unix Password Sync Question

2003-11-06 Thread David Lloyd

I have:

[global]
log level = 3
netbios name = CAIRO
workgroup = EGYPT
server string = %h server (Samba %v)
guest account = nobody
invalid users = root
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
passdb backend = tdbsam
security = user
encrypt passwords = true
name resolve order = bcast
add user script = /usr/sbin/useradd %u
unix password sync = yes 
passwd program =/usr/bin/passwd %u
passwd chat = \
*Enter\snew\sUNIX\spassword:*%n\n*Retype\snew\sUNIX\spassword:* %n\n .
passwd chat debug = yes
obey pam restrictions = yes

...now for the life of me I can't get smbpasswd to trigger the passwd
program.

Here's a few things I've tried:

 * Add a user lloy0076
   - smbpasswd -a lloy0076
 * Change said user's password
   - nothing gets entered in the logs
   - the Unix password stays the same
   - the Samba password is changed
   (verified by using smbclient with new password and it works)

I've changed passwd program to:

 passwd program = touch /tmp/%u

...and nothing is enter in /tmp/%u.

I'm not sure what's up.

Version of samba is:

mordor:~# /usr/sbin/smbd -V
Version 3.0.0-Debian

...I can't find any obvious bugs on bugs.debian.org that might cause this.

Anyone got any suggestions?

DSL

-- 
The Open Source Business Network in SA
 ...will be open soon! Watch this space.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba 3 still doesn't work - build errors (details)

2003-11-06 Thread Ron Gage
Ok, this is simply getting annoying now.

First, with Slackware 9, I could build Samba 3, could join a domain, but nobody
in the domain could use the Samba machine, or browse the shares on it, or log
into it.

Just for grins, I decided to build a whole new machine and try with the latest
Slackware (9.1) to see if I could fare any better.  No go

I can't even get Samba 3 to build.

Besides spewing a ton of warnings about /usr/include/compat.h:6:2: warning:
#warning This header is obsolete, use ap_compat.h instead, it died when
building the smbd server.

linking bin/smbd
/usr/lib/libkrb5.a(cc_file.o)(.text+0x1d90): In function
`krb5_fcc_generate_new':
/root/samba/krb5-1.3.1/src/lib/krb5/ccache/cc_file.c:2063: warning: the use of
`mktemp' is dangerous, better use `mkstemp'
tdb/tdbutil.o(.text+0x103a): In function `tdb_search_keys':
tdb/tdbutil.c:791: undefined reference to `ap_fnmatch'
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1

This build attempt used the latest (downloaded tonight) stable releases of
MIT-krb5, OpenLDAP, and Samba.  Here is how I configured each module:

MIT-krb5:
./configure --prefix=/usr

OpenLDAP:
./configure --prefix=/usr --sysconfdir=/etc/ldap --disable-debug --disable-ipv6
--with-kerberos --with-threads --enable-null --disable-bdb

Samba:
./configure --prefix=/usr --sysconfdir=/etc/samba
--with-privatedir=/etc/samba/p
rivate --with-ldap --with-ads --with-smbmount --without-sys-quotas

Kerberos was build first, then OpenLDAP, then Samba.

What am I doing wrong here?  HELP!!


-- 
Ronald R. Gage
MCP, LPIC1, A+, Net+
Pontiac, Michigan






This message was sent using webmail provided by www.rongage.org
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] (no subject)

2003-11-06 Thread Hal Wigoda

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


[Samba] cannot su to root

2003-11-06 Thread Tim Jordan
I've been messing with pam and winbind.  Somehow I have it so I can't su
to root in a shell when I'm logged in as a non-root users.

These are my pam.d configs I've been messing with, perhaps I'm missing
something obvious...help please,
Tim

/etc/pam.d/login


 #%PAM-1.0
 
 auth   required /lib/security/pam_securetty.so
 auth   required /lib/security/pam_nologin.so
 auth   sufficient   /lib/security/pam_winbind.so
 auth   required /lib/security/pam_env.so
 auth   required /lib/security/pam_unix.so use_first_pass nullok
 
 accountsufficient   /lib/security/pam_winbind.so
 accountrequired /lib/security/pam_unix.so
 
 password sufficient /lib/security/pam_cracklib.so
 password sufficient /lib/security/pam_unix.so shadow nullok use_authtok
 
 session  required   /lib/security/pam_mkhomedir.so skel=/home/LABOR/skel$se$
***
/etc/pam.d/system-auth

 authrequired/lib/security/pam_env.so
 authsufficient  /lib/security/pam_winbind.so
 authsufficient  /lib/security/pam_unix.so likeauth nullok use_f$
 authrequired/lib/security/pam_deny.so
 
 account sufficient  /lib/security/pam_unix.so
 account sufficient  /lib/security/pam_winbind.so
 
 passwordrequired/lib/security/pam_cracklib.so retry=3 minlen=2 $
 passwordsufficient  /lib/security/pam_unix.so nullok use_authtok md$
 passwordrequired/lib/security/pam_deny.so
 
 session required/lib/security/pam_limits.so
 session required/lib/security/pam_unix.so
 


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


[Samba] NT Domain admins to have root privelages

2003-11-06 Thread Dave Francis
 
Hi all
 
I have got Samba 2.2.7 running with winbind on Redhat 9, and am able to
authenticate on the domain successfully. 
What i want to do is give the NT4 Domain Admins , something similar to root
privelages, if not root privelages. 
How do i do this without having to specify each user individually as a
member of root???
 
( In an MS world, this is the same as addind Domain admins into the local
Administrator group.)
 
I can view all group lists of the domian, I just dont understand how to
associate the two together (if you can).
 
 
Any help would be greatly appreciated.
 
Cheers
Dave
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Windows 2000 and 98SE at same time

2003-11-06 Thread Igor Cabral Corrêa
Hi,

It´s possible to do configure Samba to create an Windows domain where is
possible to log in using Win 98SE and Win 2000 clients simultaneously?
Someone could explain or give a pointer for some reference on how to do it?

Thanks for attention,
Igor C. Corrêa

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


Re: [Samba] Winbind seems to have hosed my roaming profiles

2003-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Douglas Phillipson wrote:

| The next time I logged in on a client, I got the message that it
| couldn't create my profile on the DC.  I remove the existing profile
| from /home/profiles/username expecting it would recreate it but got
| the same message.  As soon as I commented out the above entries
| everything went back to normal.  I'd heard that winbind usually makes
| things better.  What's happening here???  Should I have made my samba
| and Linux users AFTER adding winbind?  I'm still not sure winbine is
| applicable in my situation because I have NO other real MS Domain
| Controllers.  Please advise...
Need more details.  Take a look at the log files.



cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/qxEYIR7qMdg1EfYRAtufAKC2Ipn3wP6a2k/B/jjT66S9hEF4NACeP20Y
H//7cUOc+ItqKGm4Qwdqgi8=
=nAYB
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba 3 still doesn't work - build errors (details)

2003-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ron Gage wrote:

| Besides spewing a ton of warnings about /usr/include/compat.h:6:2:
warning:
| #warning This header is obsolete, use ap_compat.h instead, it died when
| building the smbd server.
This has been fixed in CVS.  Remove the #include compat.h
line from includes.h
| linking bin/smbd
| /usr/lib/libkrb5.a(cc_file.o)(.text+0x1d90): In function
| `krb5_fcc_generate_new':
| /root/samba/krb5-1.3.1/src/lib/krb5/ccache/cc_file.c:2063: warning:
the use of
| `mktemp' is dangerous, better use `mkstemp'
This is a MIT krb5 warning, not ours.

| tdb/tdbutil.o(.text+0x103a): In function `tdb_search_keys':
| tdb/tdbutil.c:791: undefined reference to `ap_fnmatch'
| collect2: ld returned 1 exit status
| make: *** [bin/smbd] Error 1
This will be corrected by removing the header include.





cheers, jerry
- --
~ --
~ Hewlett-Packard- http://www.hp.com
~ SAMBA Team -- http://www.samba.org
~ GnuPG Key   http://www.plainjoe.org/gpg_public.asc
~ If we're adding to the noise, turn off this song --Switchfoot (2003)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/qxa+IR7qMdg1EfYRAh++AKCsLodGTj6ifn75oo7EImJW8UdcxQCcCTgK
hVmTPvkkAXYGs/fRkJwPRCM=
=cdyS
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] General installation question: mksh error

2003-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Louwtjie Burger wrote:
| Here is the last output from the make install command:
|
| Installing bin/readonly.so as /usr/local/samba/lib/vfs/readonly.so
| Installing bin/cap.so as /usr/local/samba/lib/vfs/cap.so
| Installing bin/CP850.so as /usr/local/samba/lib/charset/CP850.so
| Installing bin/CP437.so as /usr/local/samba/lib/charset/CP437.so
| ./install-sh -c bin/libsmbclient.so /usr/local/samba/lib
| mksh: Fatal error: Cannot load command `./install-sh': Bad file number
| Current working directory /tmp/samba-3.0.0/source
| *** Error code 1 (ignored)
| : bin/libsmbclient.a /usr/local/samba/lib
| ./install-sh -c /tmp/samba-3.0.0/source/include/libsmbclient.h
/usr/local/samba/include
| mksh: Fatal error: Cannot load command `./install-sh': Bad file number
| Current working directory /tmp/samba-3.0.0/source
| *** Error code 1 (ignored)
~ $ chmod 755 install-sh

This was a bug in the packaging of 3.0.0 and was correct in 3.0.1pre1.





cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/qxSFIR7qMdg1EfYRAhP6AKCa/N9cM0R1SwuAznHzAVY6VGyhPACgoKSm
4NdG2o58Md1U0H0YdvUWmTk=
=s/9V
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Need help setting up a Samba 3.x Backup Domain Controller with LDAP

2003-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Travis L. Bean wrote:

|   From the man page and Samba how-to documentation,
| I understand this idmap reference to only be used
| for member servers and backup domain
| controllers that don't have their own passdb?
All BDC's must share the same passdb backend as the PDC.
winbindd is only needed on a DC to handle trusted users/groups.
| So when you setup the reference in the Backup Domain
| Controllers smb.conf do you only include
| the following reference to idmap and leave out the reference to
| passdb backend=ldapsam?  Something like this?:
|
| idmap backend = ldap:ldap://bdc-srv.domain.com
| idmap gid = 1-2
| idmap uid = 1-2
| ldap idmap suffix = ou=idmap,dc=domain,dc=com
remove this and keep the passdb backend = ldapsam
line
| and use something like this for the primary domain controller??:
|
| ldap suffix = dc=domain,dc=com
| passdb backend = ldapsam:ldap//pdc-srv.domain.com \
| ldap//bdc-srv.domain.com
Note the 's I've added to use the server failure
in the LDAP libs.
| Also, in the backup domain controller's smb.conf I assume I set local
| master, domain master and preferred master all to no, etc, etc.
domain master = no is the only one you really need to worry about.



cheers, jerry
- --
~ --
~ Hewlett-Packard- http://www.hp.com
~ SAMBA Team -- http://www.samba.org
~ GnuPG Key   http://www.plainjoe.org/gpg_public.asc
~ If we're adding to the noise, turn off this song --Switchfoot (2003)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/qxiGIR7qMdg1EfYRAtjXAJsGz2HSvEuWy/tNXY88MmbIKoCkZwCg2OcD
N/4Ec53NTPJqxR6QPqE2AwU=
=7C59
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] idmap + ldap + nsswitch +winbindd

2003-11-06 Thread Matt Pusateri
Ok, this helps but I am still confused.  I have FreeBSD 4.8 installed with Openldap 
2.1 and Samba 3.0.0   LDAP is working via PAM_LDAP for Unix logins and I can browse 
and connect from a Windows 98 machine to the samba server and get authenticated via 
the LDAP server.  I wanted to get the groupmap working because I want to connect a W2K 
server to the domain and also some W2K Pro clients.  So my confusion is on the 
Winbindd/Group Mapping.  I don't have the config files in front of me but I can post 
them tomorrow.  Anyhow I have passwd backend set to the ldap server, when I do this I 
get nothing from the net groupmap list command.  When I set the passwd backend to 
tdbsam I get a listing of NT group sids.  I have idmap backend set to the the LDAP 
server which I realize now won't work on FreeBSD 4.8 because of lack of nsswitch 
support.  I commented out the idmap backends in smb.conf with the same results.

How should I configure the groupmap database in smb.conf?

If the groupmaps are stored locally and I want to put a BDC on the net, then I will 
have to sync the groupmap databases manually since I can't store them in LDAP - 
Correct?

Should enable some debug logging? if so what? 

Sorry for so many questions I have read the HowTo's, but it seems that if you are 
using tdbsam , everything just kind of works.  But it is not real clear how to 
configure groupmaps when using LDAP or LDAP for Users and Local for group maps.

Thank You,

Matt

 Gerald (Jerry) Carter [EMAIL PROTECTED] 11/06/03 06:08PM 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matt Pusateri wrote:
| Hello,
|
| I have a couple of questions regarding group mapping.
| I am working on configuring Samba 3.0.0 on FreeBSD with
| LDAP support.
|
| 1. Am I correct in that winbindd needs nsswitch to work?
| If so I would need to run FreeBSD 5.1 and not FreeBSD
| 4.x so that I had NSSwitch support.

The general answer is yes.

| 3. If I don't need NSSwitch for Domain group
| functionality. Do I need to store groupmaps in
| LDAP or can I store users in LDAP and groupmaps
| in the winbindd_idmap.tdb?

group mappings can be stored locall in
group_mapping.tdb.  Winbindd is not
required for Samba 3's group mapping feature.



cheers, jerry
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org 

iD8DBQE/qtSHIR7qMdg1EfYRAkrDAJ0dQqAow6rkxfr9N/lMYHCbeOxykgCePfb/
+lc00+HYmZUIZ+0nPMwaYCg=
=ypx2
-END PGP SIGNATURE-


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


[Samba] special re-exporting smb share

2003-11-06 Thread Daniel Zeiss
Hi,

is it possible to mount a Windows-Share (read-write) from some NT4.0 
server to my linux box and then re-export the directory as a samba share 
with read-only permissions on some specific files and read-write 
permissions on some other specific files and no permissions on the rest?
(I know how to do this with a native unix directory, with giving the 
right unix permissions which samba respects but since I have an imported 
directory - no clue)

How can that be done?

I need this to test a stupid windows program which runs in production, 
resides on a WinNT4.0 Server share and needs read-write permission on 
the share. As you can imagin it is easy for users to delete the program :-(
Since it runs in production I just have one client and my linux box to 
test, so I want to re-export the share thru my linux box and then try to 
set read-only on most of the files, so far that the windows program 
still runs.

Thanks

Daniel

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


[Samba] W2K, W2K Server and samba 3.0.1

2003-11-06 Thread Brett Jessup
Hi, I've a Windows 2000 workstation trying to connect to a Samba 3.0.1
(Redhat 9.0) domain member of a Windows 2000 Domain (Served by a Windows
2000 Server).  From the windows workstation end, I get incorrect
password or unknown username and from the samba end I get the log at
the bottom of this email.  If I restart the samba server it will work
for a while (the time between failures varies), but then eventually it
will fail and resume this nonsense.  I logs and configs are available if
you need them, I didn't want to attach a bunch of things if they weren't
needed.  What I derive from the error message(s) is that the encryption
type is bad, but then why does it work for a little while after a
restart and then fail?  Anyway,

 

Thanks,

Brett

 

[2003/11/07 01:27:34, 3] smbd/process.c:process_smb(890)

  Transaction 26 of length 1384

[2003/11/07 01:27:34, 3] smbd/process.c:switch_message(685)

  switch message SMBsesssetupX (pid 12030)

[2003/11/07 01:27:34, 3] smbd/sec_ctx.c:set_sec_ctx(288)

  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0

[2003/11/07 01:27:34, 3] smbd/sesssetup.c:reply_sesssetup_and_X(579)

  wct=12 flg2=0xc807

[2003/11/07 01:27:34, 2] smbd/sesssetup.c:setup_new_vc_session(535)

  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close
all old resources.

[2003/11/07 01:27:34, 3]
smbd/sesssetup.c:reply_sesssetup_and_X_spnego(476)

  Doing spnego session setup

[2003/11/07 01:27:34, 3]
smbd/sesssetup.c:reply_sesssetup_and_X_spnego(500)

  NativeOS=[Windows 2000 2195] NativeLanMan=[Windows 2000 5.0]

[2003/11/07 01:27:34, 3] smbd/sesssetup.c:reply_spnego_negotiate(385)

  Got OID 1 2 840 48018 1 2 2

[2003/11/07 01:27:34, 3] smbd/sesssetup.c:reply_spnego_negotiate(385)

  Got OID 1 2 840 113554 1 2 2

[2003/11/07 01:27:34, 3] smbd/sesssetup.c:reply_spnego_negotiate(385)

  Got OID 1 3 6 1 4 1 311 2 2 10

[2003/11/07 01:27:34, 3] smbd/sesssetup.c:reply_spnego_negotiate(388)

  Got secblob of size 1182

[2003/11/07 01:27:35, 3] libads/kerberos_verify.c:ads_verify_ticket(310)

  ads_verify_ticket: enc type [3] failed to decrypt with error Decrypt
integrity check failed

[2003/11/07 01:27:35, 3] libads/kerberos_verify.c:ads_verify_ticket(317)

  ads_verify_ticket: krb5_rd_req with auth failed (Bad encryption type)

[2003/11/07 01:27:35, 1] smbd/sesssetup.c:reply_spnego_kerberos(172)

  Failed to verify incoming ticket!

[2003/11/07 01:27:35, 3] smbd/error.c:error_packet(118)

  error packet at smbd/sesssetup.c(173) cmd=115 (SMBsesssetupX)
NT_STATUS_LOGON_FAILURE

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


CVS update: samba4/source/librpc

2003-11-06 Thread tridge

Date:   Thu Nov  6 12:30:09 2003
Author: tridge

Update of /home/cvs/samba4/source/librpc
In directory dp.samba.org:/tmp/cvs-serv20093/librpc

Log Message:
Directory /home/cvs/samba4/source/librpc added to the repository


Revisions:


CVS update: samba4/source/librpc/idl

2003-11-06 Thread tridge

Date:   Thu Nov  6 12:30:21 2003
Author: tridge

Update of /home/cvs/samba4/source/librpc/idl
In directory dp.samba.org:/tmp/cvs-serv20132/librpc/idl

Log Message:
Directory /home/cvs/samba4/source/librpc/idl added to the repository


Revisions:


CVS update: samba4/source/librpc/ndr

2003-11-06 Thread tridge

Date:   Thu Nov  6 12:30:21 2003
Author: tridge

Update of /home/cvs/samba4/source/librpc/ndr
In directory dp.samba.org:/tmp/cvs-serv20132/librpc/ndr

Log Message:
Directory /home/cvs/samba4/source/librpc/ndr added to the repository


Revisions:


CVS update: samba4/source/librpc/rpc

2003-11-06 Thread tridge

Date:   Thu Nov  6 12:30:22 2003
Author: tridge

Update of /home/cvs/samba4/source/librpc/rpc
In directory dp.samba.org:/tmp/cvs-serv20132/librpc/rpc

Log Message:
Directory /home/cvs/samba4/source/librpc/rpc added to the repository


Revisions:


CVS update: samba4/source

2003-11-06 Thread tridge

Date:   Thu Nov  6 12:33:23 2003
Author: tridge

Update of /home/cvs/samba4/source
In directory dp.samba.org:/tmp/cvs-serv20797

Modified Files:
Makefile.in 
Log Message:
another major bit of restructuring of rpc in Samba4. Mostly moving
files around, but also added the first bits of auto-generated code for
the lsa pipe.

I haven't updated the Makefile to call pidl yet, so for now the code
was cut-and-pasted into librpc/ndr/ndr_lsa.c manually


Revisions:
Makefile.in 1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba4/source/Makefile.in.diff?r1=1.9r2=1.10


CVS update: samba4/source/include

2003-11-06 Thread tridge

Date:   Thu Nov  6 12:33:30 2003
Author: tridge

Update of /home/cvs/samba4/source/include
In directory dp.samba.org:/tmp/cvs-serv20818

Modified Files:
includes.h 
Log Message:
another major bit of restructuring of rpc in Samba4. Mostly moving
files around, but also added the first bits of auto-generated code for
the lsa pipe.

I haven't updated the Makefile to call pidl yet, so for now the code
was cut-and-pasted into librpc/ndr/ndr_lsa.c manually


Revisions:
includes.h  1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/includes.h.diff?r1=1.5r2=1.6


CVS update: samba4/source/libcli/ndr

2003-11-06 Thread tridge

Date:   Thu Nov  6 12:33:35 2003
Author: tridge

Update of /home/cvs/samba4/source/libcli/ndr
In directory dp.samba.org:/tmp/cvs-serv20835

Removed Files:
libndr.h ndr.c ndr_basic.c ndr_echo.c ndr_echo.h ndr_lsa.c 
ndr_lsa.h ndr_misc.c ndr_misc.h ndr_sec.c ndr_sec.h 
Log Message:
another major bit of restructuring of rpc in Samba4. Mostly moving
files around, but also added the first bits of auto-generated code for
the lsa pipe.

I haven't updated the Makefile to call pidl yet, so for now the code
was cut-and-pasted into librpc/ndr/ndr_lsa.c manually


Revisions:
libndr.h1.5 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/ndr/libndr.h?rev=1.5
ndr.c   1.3 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/ndr/ndr.c?rev=1.3
ndr_basic.c 1.6 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/ndr/ndr_basic.c?rev=1.6
ndr_echo.c  1.4 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/ndr/ndr_echo.c?rev=1.4
ndr_echo.h  1.3 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/ndr/ndr_echo.h?rev=1.3
ndr_lsa.c   1.3 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/ndr/ndr_lsa.c?rev=1.3
ndr_lsa.h   1.3 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/ndr/ndr_lsa.h?rev=1.3
ndr_misc.c  1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/ndr/ndr_misc.c?rev=1.1
ndr_misc.h  1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/ndr/ndr_misc.h?rev=1.1
ndr_sec.c   1.3 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/ndr/ndr_sec.c?rev=1.3
ndr_sec.h   1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/ndr/ndr_sec.h?rev=1.1


CVS update: samba4/source/libcli/raw

2003-11-06 Thread tridge

Date:   Thu Nov  6 12:33:41 2003
Author: tridge

Update of /home/cvs/samba4/source/libcli/raw
In directory dp.samba.org:/tmp/cvs-serv20854

Removed Files:
rawdcerpc.c 
Log Message:
another major bit of restructuring of rpc in Samba4. Mostly moving
files around, but also added the first bits of auto-generated code for
the lsa pipe.

I haven't updated the Makefile to call pidl yet, so for now the code
was cut-and-pasted into librpc/ndr/ndr_lsa.c manually


Revisions:
rawdcerpc.c 1.8 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/raw/rawdcerpc.c?rev=1.8


CVS update: samba4/source/libcli/rpc

2003-11-06 Thread tridge

Date:   Thu Nov  6 12:33:46 2003
Author: tridge

Update of /home/cvs/samba4/source/libcli/rpc
In directory dp.samba.org:/tmp/cvs-serv20885

Removed Files:
dcerpc.c dcerpc.h rpc_echo.c rpc_lsa.c 
Log Message:
another major bit of restructuring of rpc in Samba4. Mostly moving
files around, but also added the first bits of auto-generated code for
the lsa pipe.

I haven't updated the Makefile to call pidl yet, so for now the code
was cut-and-pasted into librpc/ndr/ndr_lsa.c manually


Revisions:
dcerpc.c1.10 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/rpc/dcerpc.c?rev=1.10
dcerpc.h1.3 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/rpc/dcerpc.h?rev=1.3
rpc_echo.c  1.4 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/rpc/rpc_echo.c?rev=1.4
rpc_lsa.c   1.3 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/rpc/rpc_lsa.c?rev=1.3


CVS update: samba4/source/librpc/idl

2003-11-06 Thread tridge

Date:   Thu Nov  6 12:33:52 2003
Author: tridge

Update of /home/cvs/samba4/source/librpc/idl
In directory dp.samba.org:/tmp/cvs-serv20920

Added Files:
lsa.idl 
Log Message:
another major bit of restructuring of rpc in Samba4. Mostly moving
files around, but also added the first bits of auto-generated code for
the lsa pipe.

I haven't updated the Makefile to call pidl yet, so for now the code
was cut-and-pasted into librpc/ndr/ndr_lsa.c manually


Revisions:
lsa.idl NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/idl/lsa.idl?rev=1.1


CVS update: samba4/source/librpc/ndr

2003-11-06 Thread tridge

Date:   Thu Nov  6 12:33:58 2003
Author: tridge

Update of /home/cvs/samba4/source/librpc/ndr
In directory dp.samba.org:/tmp/cvs-serv20946

Added Files:
libndr.h ndr.c ndr_basic.c ndr_echo.c ndr_echo.h ndr_lsa.c 
ndr_lsa.h ndr_misc.c ndr_misc.h ndr_sec.c ndr_sec.h 
Log Message:
another major bit of restructuring of rpc in Samba4. Mostly moving
files around, but also added the first bits of auto-generated code for
the lsa pipe.

I haven't updated the Makefile to call pidl yet, so for now the code
was cut-and-pasted into librpc/ndr/ndr_lsa.c manually


Revisions:
libndr.hNONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/ndr/libndr.h?rev=1.1
ndr.c   NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/ndr/ndr.c?rev=1.1
ndr_basic.c NONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/ndr/ndr_basic.c?rev=1.1
ndr_echo.c  NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/ndr/ndr_echo.c?rev=1.1
ndr_echo.h  NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/ndr/ndr_echo.h?rev=1.1
ndr_lsa.c   NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/ndr/ndr_lsa.c?rev=1.1
ndr_lsa.h   NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/ndr/ndr_lsa.h?rev=1.1
ndr_misc.c  NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/ndr/ndr_misc.c?rev=1.1
ndr_misc.h  NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/ndr/ndr_misc.h?rev=1.1
ndr_sec.c   NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/ndr/ndr_sec.c?rev=1.1
ndr_sec.h   NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/ndr/ndr_sec.h?rev=1.1


  1   2   >