Re: Modulize Group mapping

2002-06-14 Thread Kai Krueger
- Original Message - From: Stefan (metze) Metzmacher [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 12:07 PM My suggestion is something like the below. But it is more a thought till now than a proper api BOOL add_group_entry (GROUP_INFO1 group, BOOL local_global, DOM_SID

Problem viewing printer properties with WinXP and samba-2.2.5-pre1

2002-06-14 Thread Dr. Hansjoerg Maurer
Hi, I am running XP with samba-2.2.5-pre1 as Domain Controller, print and file server with CUPS-1.1.15 . When I am trying to the DISPLAY Printer Properties of my HP 2100 TN, XP shows an error message like (translated from german): Properties clould not be displayed, procedure could not be

passdb TODO list

2002-06-14 Thread Andrew Bartlett
I figured I might just jot down some ideas for the future of the passdb subsystem, as well as some of the more immediate todo items: Actually use the 'unload' passdb code. Currently we don't ever shut down the passdb, execpt on error. We are going to need to do this kind of stuff if we are to

Re: [PATCH] add pdb_set_{user,group}_sid_from_string

2002-06-14 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, grabbing together some emails. Mutt's join replies function is cool :-) I figured I may as well ask: How would you like to be creditied in CVS commits? As 'ctrlsoft' or as 'Jelmer' or as '[EMAIL PROTECTED]' or ... ? Please use 'Jelmer

Re: [PATCH] poptify testparm

2002-06-14 Thread Vance Lankhaar
On Thursday 13 June 2002 17:47, Andrew Bartlett wrote: Jelmer Vernooij wrote: I'll chase these up myself this time, but always compile --enable-krb5-developer to ensure that you see all the warnings. I think he means --enable-krb5developer Andrew Bartlett Vance

Re: passdb TODO list

2002-06-14 Thread Andrew Bartlett
Toomas Soome wrote: I cave an question regarding to pdb_ interface. in 2.2 pdb_nisplus code I translated some strings from dos to unix and vice-versa. this translation helped to manage information correctly from windows side and from unix side. now unix_to_dos and dos_to_unix calls are

Re: need help deciphering log.nmbd...

2002-06-14 Thread Christopher R . Hertel
On Thu, Jun 13, 2002 at 09:35:56PM -0500, Ryan Mak wrote: does anyone know what the following means?? thanx. -ryan Yes. [2002/06/13 20:08:45, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(236) ^ Timestamp ^Source code module ^Function name ^Line No.

Re: [PATCH] add pdb_set_{user,group}_sid_from_string

2002-06-14 Thread Andrew Bartlett
Jelmer Vernooij wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, grabbing together some emails. Mutt's join replies function is cool :-) I figured I may as well ask: How would you like to be creditied in CVS commits? As 'ctrlsoft' or as 'Jelmer' or as '[EMAIL PROTECTED]' or

Re: passdb TODO list

2002-06-14 Thread Jeremy Allison
On Fri, Jun 14, 2002 at 05:02:58PM +0300, Toomas Soome wrote: I cave an question regarding to pdb_ interface. in 2.2 pdb_nisplus code I translated some strings from dos to unix and vice-versa. this translation helped to manage information correctly from windows side and from unix side.

Re: passdb TODO list

2002-06-14 Thread Jeremy Allison
On Sat, Jun 15, 2002 at 12:25:42AM +1000, Andrew Bartlett wrote: Otherwise, all strings are 'unix strings'. But what character set is a unix string ? What if we get an incoming UCS2 string that doesn't map ? We need to use utf8 in all the backends. This is a good chance to fix this mess

Re: passdb TODO list

2002-06-14 Thread Simo Sorce
Yes, please do use utf8 in every backend or just expect data will come in in utf8 and remember to handle it properly inside the module if it does not cope well with the way you have to store things, maybe we could also get a bit further and suddendly change everything to talk UCS2 so keep it in