RE: [Samba] Any LARGE production Sambas?

2003-06-04 Thread Roylance, Stephen D.
-Original Message- From: John H Terpstra [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:53 PM To: Michael MacIsaac Cc: [EMAIL PROTECTED] Subject: Re: [Samba] Any LARGE production Sambas? The biggest single impact on performance is the number of files in a directory.

RE: [Samba] Samba and CCC

2003-03-28 Thread Roylance, Stephen D.
Don't think any one on the team has access to a machine with compaq's compiler. Compaq, from pre-merger, has a testdrive program you can register for. They provide a pretty wide range of Compaq/HP machines with various OS'es available via telnet from the Internet. More info, for anyone who's

RE: [Samba] Installing Samba on AIX

2003-03-28 Thread Roylance, Stephen D.
Hi, I'm installing Samba version 2.2.7.0 using smit install. Smit installs everything but doesn't create a /usr/local/samba dir. All the samba files are located in /usr/local/bin. But when I try to test my setup and so smbpasswd, it wants to look for everything in /usr/local/samba

Winbind on AIX

2003-03-26 Thread Roylance, Stephen D.
This is pretty much functionally complete, the memory stuff seems OK and getgrset is implemented. The AIX API has a getgracct call, that returns the group struct without the list of members. Considering that some domain groups can be pretty big, doing getgr[nam|id] can take a while for those.

RE: Winbind on AIX

2003-03-26 Thread Roylance, Stephen D.
put in /usr/lib/security. Thanks for trying it, Steve Roylance -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 2:44 PM To: Roylance, Stephen D. Cc: Samba-Technical (E-mail) Subject: Re: Winbind on AIX I'm trying to test

winbind build/link question

2003-03-25 Thread Roylance, Stephen D.
I'm trying to use some of the functions in winbind_nss.c in my winbind_aix.c module. It compiles, but when I try to link it fill_pwent is unresolved. What do I need to link against in order to get fill_pwent and such from winbind_nss.c? I tried making nsswitch/winbind_nss.o and linking against

working winbind for AIX

2003-03-25 Thread Roylance, Stephen D.
Still a work-in-progress, but this compiles and works as expected on AIX 5.1. I haven't implemented getgrset yet, the NSS API is pretty different from AIX in that case. It also needs a mechanism to allocate more memory when the winbind response is larger than 4096 bytes. I had to copy

RE: winbind build/link question

2003-03-25 Thread Roylance, Stephen D.
The fill_pwent function is static in winbind_nss.c You are probably trying to call it directly from your winbind_aix.c which won't work. Can winbind_aix.c be modelled like winbind_solaris.c? That is, wrapper functions abstract out the vendor specific nss stuff which then call the

Winbind on AIX, again, with some (very little) code this time

2003-03-24 Thread Roylance, Stephen D.
In my quest to get winbind working on AIX I've found IBM's documentation on the AIX loadable auth module API here: http://publib16.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixprggd/kernextc/sec_l oad_mod.htm#secloadmod6600bkm1 and also discovered that the PADL LDAP NSS project

FW: winbind on AIX

2003-03-20 Thread Roylance, Stephen D.
Hi, I posted this to the main Samba list, but didn't get any replies to my questions. I hope someone on the technical list can provide some insight. I apologize in advance if this mail is not appropriate for the technical list. -Steve Roylance -Original Message- From: Roylance, Stephen

[Samba] winbind on AIX

2003-03-18 Thread Roylance, Stephen D.
I'm trying to get Samba on AIX 5.1 to work in appliance-like mode. I would like NT domain users to get automatically and persistently mapped to AIX/Unix users. This stuff seemed to work fine without much effort on Solaris 9, but AIX is a different story, and I'm new to AIX as well. AIX 5.1