Re: [SSSD] request for Heimdal support

2011-12-21 Thread Stephen Gallagher
On Wed, 2011-12-21 at 21:10 +0100, lists wrote: > > > I used the git route. My distro is gentoo, and I am using Heimdal > > > 1.4.1. > > > > > > This is what I used as configure command; > > > ./configure --prefix=/usr --build=x86_64-pc-linux-gnu > > > --host=x86_64-pc-linux-gnu --mandir=/usr/sh

Re: [SSSD] request for Heimdal support

2011-12-21 Thread lists
> > I used the git route. My distro is gentoo, and I am using Heimdal > > 1.4.1. > > > > This is what I used as configure command; > > ./configure --prefix=/usr --build=x86_64-pc-linux-gnu > > --host=x86_64-pc-linux-gnu --mandir=/usr/share/man > > --infodir=/usr/share/info --datadir=/usr/share

Re: [SSSD] [PATCH] Return user and group names lowercased in case insensitive domains

2011-12-21 Thread Stephen Gallagher
On Wed, 2011-12-21 at 14:51 -0500, Stephen Gallagher wrote: > On Wed, 2011-12-21 at 20:08 +0100, Jakub Hrozek wrote: > > The attached three patches reflect the discussion we had on #sssd and > > sssd-devel mailing list. They also fix > > https://fedorahosted.org/sssd/ticket/1123 > > > > [PATCH 1/3

Re: [SSSD] [PATCH] Return user and group names lowercased in case insensitive domains

2011-12-21 Thread Stephen Gallagher
On Wed, 2011-12-21 at 20:08 +0100, Jakub Hrozek wrote: > The attached three patches reflect the discussion we had on #sssd and > sssd-devel mailing list. They also fix > https://fedorahosted.org/sssd/ticket/1123 > > [PATCH 1/3] sss_get_cased_name utility function > I moved the ternary operator exp

[SSSD] [PATCH] Return user and group names lowercased in case insensitive domains

2011-12-21 Thread Jakub Hrozek
The attached three patches reflect the discussion we had on #sssd and sssd-devel mailing list. They also fix https://fedorahosted.org/sssd/ticket/1123 [PATCH 1/3] sss_get_cased_name utility function I moved the ternary operator expression into a separate function. It's being used all over the plac

Re: [SSSD] Case insensitivity behaviour

2011-12-21 Thread Jakub Hrozek
On Wed, Dec 21, 2011 at 11:04:07AM -0500, Simo Sorce wrote: > On Wed, 2011-12-21 at 16:20 +0100, Jakub Hrozek wrote: > > Hi, > > > > SSSD 1.7 will bring a new feature - the ability to mark a domain as "case > > insensitive". > > > > As implemented currently, if a domain is case-insensitive, SSSD

Re: [SSSD] Case insensitivity behaviour

2011-12-21 Thread Simo Sorce
On Wed, 2011-12-21 at 16:40 +0100, Jan Zelený wrote: > > Hi, > > > > SSSD 1.7 will bring a new feature - the ability to mark a domain as "case > > insensitive". > > > > As implemented currently, if a domain is case-insensitive, SSSD would > > store a lowercased alias in addition to the real name

Re: [SSSD] Case insensitivity behaviour

2011-12-21 Thread Simo Sorce
On Wed, 2011-12-21 at 16:20 +0100, Jakub Hrozek wrote: > Hi, > > SSSD 1.7 will bring a new feature - the ability to mark a domain as "case > insensitive". > > As implemented currently, if a domain is case-insensitive, SSSD would > store a lowercased alias in addition to the real name and lowercas

Re: [SSSD] Case insensitivity behaviour

2011-12-21 Thread Jan Zelený
> Hi, > > SSSD 1.7 will bring a new feature - the ability to mark a domain as "case > insensitive". > > As implemented currently, if a domain is case-insensitive, SSSD would > store a lowercased alias in addition to the real name and lowercase all > queries for that domain so that they match on t

[SSSD] Case insensitivity behaviour

2011-12-21 Thread Jakub Hrozek
Hi, SSSD 1.7 will bring a new feature - the ability to mark a domain as "case insensitive". As implemented currently, if a domain is case-insensitive, SSSD would store a lowercased alias in addition to the real name and lowercase all queries for that domain so that they match on the alias. Howeve

Re: [SSSD] [PATCHES] SUDO Integration

2011-12-21 Thread Jan Zelený
> https://fedorahosted.org/sssd/ticket/1105 (review ticket) > https://fedorahosted.org/sssd/ticket/623 (sudo integration) > > Hello, > it is finally here. > > These patches *assume* that "Responders: Split getting domain by name > into separate function" patch has been applied, it can be found in

Re: [SSSD] [PATCH] Save original memberof, not memberof

2011-12-21 Thread Jan Zelený
> On Wed, 2011-12-21 at 08:48 +0100, Jan Zelený wrote: > > > On Tue, 2011-12-20 at 16:16 +0100, Jakub Hrozek wrote: > > > > On Tue, Dec 20, 2011 at 01:45:59PM +0100, Jan Zelený wrote: > > > > > > The sdap_save_* refactoring brought one bug where instead of > > > > > > saving into SYSDB_ORIG_MEMBERO

Re: [SSSD] request for Heimdal support

2011-12-21 Thread Stephen Gallagher
On Wed, 2011-12-21 at 11:40 +0100, lists wrote: > Stephen Gallagher schreef op 20.12.2011 22:20: > > On Tue, 2011-12-20 at 19:54 +0100, lists wrote: > >> Stephen Gallagher schreef op di 20-12-2011 om 13:42 [-0500]: > >> > On Tue, 2011-12-20 at 19:37 +0100, lists wrote: > >> > > Hi, > >> > > > >> >

Re: [SSSD] [PATCH] Save original memberof, not memberof

2011-12-21 Thread Stephen Gallagher
On Wed, 2011-12-21 at 08:48 +0100, Jan Zelený wrote: > > On Tue, 2011-12-20 at 16:16 +0100, Jakub Hrozek wrote: > > > On Tue, Dec 20, 2011 at 01:45:59PM +0100, Jan Zelený wrote: > > > > > The sdap_save_* refactoring brought one bug where instead of saving > > > > > into SYSDB_ORIG_MEMBEROF we would

Re: [SSSD] request for Heimdal support

2011-12-21 Thread lists
Stephen Gallagher schreef op 20.12.2011 22:20: On Tue, 2011-12-20 at 19:54 +0100, lists wrote: Stephen Gallagher schreef op di 20-12-2011 om 13:42 [-0500]: > On Tue, 2011-12-20 at 19:37 +0100, lists wrote: > > Hi, > > > > Would it be possible to extend SSSD and also support Heimdal as Kerberos