Files
freeipa/ipalib
Petr Viktorin d706c411ef Honor default home directory and login shell in user_add
The homedirectory argument had a default_from '/home/<name>', ignoring
the ipahomesrootdir config setting. This patch removes that default,
and adds a test case for ipahomesrootdir.

https://fedorahosted.org/freeipa/ticket/2332

The login shell had the same problem. Again this patch removes the
client-side default and adds a test.

Building the home directory from the default is changed to use
posixpath.join instead of string formatting and ad-hoc cleanup,
and to use '/home' instead of failing when the ipahomesrootdir
setting is not present for some reason.
2012-02-09 18:11:57 +01:00
..
2012-01-20 08:13:44 +01:00
2011-04-21 10:41:29 +02:00
2011-04-13 15:58:45 +02:00
2010-12-20 17:19:53 -05:00
2012-02-06 08:57:07 +01:00
2011-04-13 15:58:45 +02:00
2011-12-21 13:23:08 -06:00
2011-11-15 13:17:44 +01:00
2012-01-20 08:13:44 +01:00
2011-12-06 22:07:35 +00:00
2012-01-20 08:13:44 +01:00
2011-01-25 14:01:36 -05:00
2012-01-20 08:13:44 +01:00
2012-01-12 09:43:05 +01:00