summaryrefslogtreecommitdiffstats
path: root/install/updates/50-ipaconfig.update
Commit message (Collapse)AuthorAgeFilesLines
* Add support for managing user auth typesNathaniel McCallum2013-11-081-0/+1
| | | | https://fedorahosted.org/freeipa/ticket/3368
* Remove deprecated AllowLMhash configMartin Kosek2013-11-011-1/+1
| | | | | | | Remove this ipaConfigString value as LM hash is deprecated and in fact even insecure. https://fedorahosted.org/freeipa/ticket/3795
* Set MLS/MCS for user_u context to what will be on remote systems.Rob Crittenden2012-11-021-1/+1
| | | | | | | The user_u context in the default list was broader than is actually configured by default on systems. https://fedorahosted.org/freeipa/ticket/3224
* Set SELinux default context to unconfined_u:s0-s0:c0.c1023Rob Crittenden2012-09-131-1/+1
| | | | | | | Don't require ipaselinuxdefaultuser to be set. If this is unset then SSSD will use the system default. https://fedorahosted.org/freeipa/ticket/3045
* Add update files for SELinuxUserMapRob Crittenden2012-02-151-2/+2
| | | | https://fedorahosted.org/freeipa/ticket/2344
* Add LDAP schema for SSH public keys.Jan Cholasta2012-02-131-0/+1
| | | | https://fedorahosted.org/freeipa/ticket/754
* Add SELinux user mapping framework.Rob Crittenden2011-12-091-0/+4
This will allow one to define what SELinux context a given user gets on a given machine. A rule can contain a set of users and hosts or it can point to an existing HBAC rule that defines them. https://fedorahosted.org/freeipa/ticket/755