70673115c03c37ddc64c951b53d92df9d3310762 |
|
18-Jul-2016 |
Sumit Bose <sbose@redhat.com> |
IPA: enable enterprise principals if server supports them
If there are alternative UPN suffixes found on the server we can safely
assume that the IPA server supports enterprise principals.
Resolves https://fedorahosted.org/sssd/ticket/3018
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
aa8a8318aaa3270e9d9957d0c22dec6342360a37 |
|
28-May-2015 |
Pavel Reichl <preichl@redhat.com> |
krb5: new option krb5_map_user
New option `krb5_map_user` providing mapping of ID provider names to
Kerberos principals.
Resolves:
https://fedorahosted.org/sssd/ticket/2509
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
33b8bf140b1d82d2626eeeaaea29af49dcdb3c99 |
|
13-Mar-2015 |
Pavel Reichl <preichl@redhat.com> |
MAN: libkrb5 and SSSD use different expansions
Users often wrongly use SSSD expansions in libkrb5 expansion template
for principals. State explicitly it won't work.
Resolves:
https://fedorahosted.org/sssd/ticket/2528
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
ecf9e7a870945ecfba8eb751d344de3601de9424 |
|
14-Jan-2015 |
Lukas Slebodnik <lslebodn@redhat.com> |
MAN: Remove indentation in element programlistening
The indentation is automatically in resulting man page. It isn't necessary to
add spaces and moreover it can cause unreadable page asi in case of ad_gpo_map
examples.
Reviewed-by: Roland Mainz <rmainz@redhat.com> |
424604f0b4d0ce581b598a1ecda2cc4a7e4fd8ad |
|
14-Mar-2014 |
Pavel Reichl <preichl@redhat.com> |
MAN: Option name typo in sssd-krb5
From krb5ccache_dir to krb5_ccachedir
Reviewed-by: Sumit Bose <sbose@redhat.com> |
4a494e7d686d97ebb3260fa75d10466575d01e69 |
|
17-Feb-2014 |
Jakub Hrozek <jhrozek@redhat.com> |
MAN: Clarify the new krb5_use_fast IPA default |
b62b12e68f60b92ff999ea05f892cfdf0c0c8c3d |
|
29-Oct-2013 |
Jakub Hrozek <jhrozek@redhat.com> |
MAN: Document that krb5 directories can only be created as private |
65a8e6e655c22027d3e02ea697972111f2a33e33 |
|
11-Oct-2013 |
Jakub Hrozek <jhrozek@redhat.com> |
MAN: Fix refsect-id
The refsect id was copied from sssd.conf(5) and was wrong. Fixing the
refsect might help us if we ever generate other formats from XML and
certainly wouldn't hurt. |
7b58d637c20f87e1e49ffc1d49a4de8b25ef06bb |
|
20-Sep-2013 |
Jakub Hrozek <jhrozek@redhat.com> |
MAN: Fix provider man page subtitle |
dcc6877aa2e2dd63a9dc9c411a9c58feaeb36b9a |
|
28-Aug-2013 |
Stephen Gallagher <sgallagh@redhat.com> |
krb5: Fetch ccname template from krb5.conf
In order to use the same defaults in all system daemons that needs to know how
to generate or search for ccaches we introduce ode here to take advantage of
the new option called default_ccache_name provided by libkrb5.
If set this variable we establish the same default for all programs that surce
it out of krb5.conf therefore providing a consistent experience across the
system.
Related:
https://fedorahosted.org/sssd/ticket/2036 |
aeb1e654c337037b6bdb350e1ec8aaa065e86794 |
|
27-Aug-2013 |
Stephen Gallagher <sgallagh@redhat.com> |
KRB5: Add support for KEYRING cache type
https://fedorahosted.org/sssd/ticket/2036 |
1091c0ae2f1596ceb161e5b765a91c23c413b369 |
|
12-Jun-2013 |
Yuri Chornoivan <yurchor@ukr.net> |
Fix minor typos |
14452cd066b51e32ca0ebad6c45ae909a1debe57 |
|
10-Jun-2013 |
Jakub Hrozek <jhrozek@redhat.com> |
A new option krb5_use_kdcinfo
https://fedorahosted.org/sssd/ticket/1883
The patch introduces a new Kerberos provider option called
krb5_use_kdcinfo. The option is true by default in all providers. When
set to false, the SSSD will not create krb5 info files that the locator
plugin consumes and the user would have to set up the Kerberos options
manually in krb5.conf |
edaa983d094c239c3e1ba667bcd20ed3934be3b8 |
|
22-Apr-2013 |
Sumit Bose <sbose@redhat.com> |
Allow usage of enterprise principals
Enterprise principals are currently most useful for the AD provider and
hence enabled here by default while for the other Kerberos based
authentication providers they are disabled by default.
If additional UPN suffixes are configured for the AD domain the user
principal stored in the AD LDAP server might not contain the real
Kerberos realm of the AD domain but one of the additional suffixes which
might be completely randomly chooses, e.g. are not related to any
existing DNS domain. This make it hard for a client to figure out the
right KDC to send requests to.
To get around this enterprise principals (see
http://tools.ietf.org/html/rfc6806 for details) were introduced.
Basically a default realm is added to the principal so that the Kerberos
client libraries at least know where to send the request to. It is not
in the responsibility of the KDC to either handle the request itself,
return a client referral if he thinks a different KDC can handle the
request or return and error. This feature is also use to allow
authentication in AD environments with cross forest trusts.
Fixes https://fedorahosted.org/sssd/ticket/1842 |
1b171c456ff901ab622e44bcfd213f7de86fd787 |
|
03-Apr-2013 |
Ariel Barria <olivares73@hotmail.com> |
Allow setting krb5_renew_interval with a delimiter
https://fedorahosted.org/sssd/ticket/902
changed the data type the krb5_renew_interval to string.
function krb5_string_to_deltat is used to convert and allow delimiters |
3bfb5e2c7fb452a6a2809829213148870d49d4e0 |
|
03-Apr-2013 |
Yuri Chornoivan <yurchor@ukr.net> |
Fix typos in man pages |
4f2e932acd5266e9d4e3f55966baafbdbd2ae210 |
|
18-Mar-2013 |
Ondrej Kos <okos@redhat.com> |
Decrease krb5_auth_timeout default
https://fedorahosted.org/sssd/ticket/1738 |
6b45f632759293fc9f2a28317fae2e224ac53020 |
|
11-Oct-2012 |
E Deon Lackey <dlackey@redhat.com> |
Fix language errors in the sssd-krb5.conf man page |
89cc2dac478c899aaaacb75d7448e3c651723f74 |
|
10-Oct-2012 |
Ondrej Kos <okos@redhat.com> |
Add more info about ticket validation
https://fedorahosted.org/sssd/ticket/1499
Adds log message about not finding appropriate entry in keytab and using
the last keytab entry when validation is enabled.
Adds more information about validation into manpage. |
07b7b76d7cd494cbd26263503ba2732c21819941 |
|
01-Aug-2012 |
Jan Zeleny <jzeleny@redhat.com> |
Primary server support: new options in krb5 provider
This patch adds support for new config options krb5_backup_server and
krb5_backup_kpasswd. The description of this option's functionality
is included in man page in one of previous patches. |
544525ee1fc54d744c08465066e2b4a521f78224 |
|
06-Jul-2012 |
Stephen Gallagher <sgallagh@redhat.com> |
MAN: Unify "SEE ALSO" sections |
9a3ba9ca00e73adc3fb17ce8afa532076768023b |
|
14-Jun-2012 |
Jakub Hrozek <jhrozek@redhat.com> |
Add support for storing credential caches in the DIR: back end
https://fedorahosted.org/sssd/ticket/974 |
9979643a122fcc1ea9ccfddf666b5b1036486f93 |
|
10-Nov-2011 |
Marko Myllynen <myllynen@redhat.com> |
Typo fixes
Fix few trivial types reported by Yuri. |
f0a34aeb49f3efd4c94b5afcb22671aac3098ddb |
|
10-Nov-2011 |
Yuri Chornoivan <yurchor@ukr.net> |
Fix typos in manual pages |
7dfc7617085c403d30debe9f08d4c9bcca322744 |
|
02-Nov-2011 |
Jan Zeleny <jzeleny@redhat.com> |
Add support to request canonicalization on krb AS requests
https://fedorahosted.org/sssd/ticket/957 |
83ac515cf3b9d278f8df3bbd08d6ae53b5666120 |
|
13-Oct-2011 |
Jan Zeleny <jzeleny@redhat.com> |
man page fix (lists are comma-separated)
https://fedorahosted.org/sssd/ticket/1024 |
c6fbe644aec3f174e25e789d08a337085917bd31 |
|
20-Sep-2011 |
Stephen Gallagher <sgallagh@redhat.com> |
MAN: Add more information about internal credential storage |
8cf1b4183577237d965068d70cd06bd0716aea84 |
|
25-Apr-2011 |
Jan Zeleny <jzeleny@redhat.com> |
Allow new option to specify principal for FAST
https://fedorahosted.org/sssd/ticket/700 |
055701c59d684fbb3c8be4a129bb8fd4cfb4ffe8 |
|
14-Jan-2011 |
Yuri Chornoivan <yurchor@ukr.net> |
Fix manpage typos |
0373e15d34ed1a21b8ce41b42e0d738b3d48d3c8 |
|
08-Dec-2010 |
Marko Myllynen <myllynen@redhat.com> |
Fix a typo in sssd-krb5 man page |
5843ad321944a028f6dee7e1fd4f9381c4953d07 |
|
07-Dec-2010 |
Sumit Bose <sbose@redhat.com> |
Add support for FAST in krb5 provider |
5e7f370819fbfd6b4a27b037de1a6d6009096f6e |
|
03-Dec-2010 |
Sumit Bose <sbose@redhat.com> |
Allow krb5 lifetime values without a unit |
f3f9ce8024d7610439d6c70ddafab1ab025cf8a8 |
|
03-Dec-2010 |
Sumit Bose <sbose@redhat.com> |
Add support for automatic Kerberos ticket renewal |
c7d73cf51642c7f89c1f21e54b8ce1b262bef899 |
|
03-Dec-2010 |
Sumit Bose <sbose@redhat.com> |
Add krb5_lifetime option |
c8b8901b05da9e31dba320f305ec20301e928cfb |
|
03-Dec-2010 |
Sumit Bose <sbose@redhat.com> |
Add krb5_renewable_lifetime option |
40def28805f9df3ff640209def765723cd8e2de3 |
|
01-Dec-2010 |
Jakub Hrozek <jhrozek@redhat.com> |
Allow protocol fallback for SRV queries
https://fedorahosted.org/sssd/ticket/691 |
e7a4ea98c6751a8c3d8405ca31481006f29b901e |
|
04-Nov-2010 |
Sumit Bose <sbose@redhat.com> |
Call krb5_child to check access permissions |
7051a30300d12163e890e4ec4b9a765567679a8b |
|
19-Oct-2010 |
Jan Zeleny <jzeleny@redhat.com> |
Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip.
For the time being, if krb5_server is not found, still falls back to
krb5_kdcip with a warning. If both options are present in config file,
krb5_server has a higher priority.
Fixes: #543 |
39b0adeaaf2429c7cbad045f7f8a79d51d02bee5 |
|
13-Oct-2010 |
Jan Zeleny <jzeleny@redhat.com> |
Man pages should mention supported providers
Each back end can support id, auth or access provider, but each
back end supports different subset of these. Man pages should
describe which providers are supported by each back end.
Ticket: #615 |
f520e7a2f4fe29747f25118621e20b0d89d296fc |
|
14-Jun-2010 |
Jakub Hrozek <jhrozek@redhat.com> |
Remove krb5_changepw_principal option
Fixes: #531 |
37f3536a37f3c620d6e06a32800996137a4de8e4 |
|
06-Jun-2010 |
Jakub Hrozek <jhrozek@redhat.com> |
Man page fixes
Fixes: #496 |
02e38eae1b9cb5df2036a707dafd86f6047c17de |
|
26-May-2010 |
Sumit Bose <sbose@redhat.com> |
Add support for delayed kinit if offline
If the configuration option krb5_store_password_if_offline is set to
true and the backend is offline the plain text user password is stored
and used to request a TGT if the backend becomes online. If available
the Linux kernel key retention service is used. |
66da80489c0114878043b40592c5f47d41eb0ffd |
|
07-May-2010 |
Jakub Hrozek <jhrozek@redhat.com> |
Use service discovery in backends
Integrate the failover improvements with our back ends. The DNS domain
used in the SRV query is always the SSSD domain name.
Please note that this patch changes the default value of ldap_uri from
"ldap://localhost" to "NULL" in order to use service discovery with no
server set. |
5096bb4c2242b426aa6f5ea2cb82223e0b81a345 |
|
12-Mar-2010 |
Sumit Bose <sbose@redhat.com> |
Add krb5_kpasswd option |
29752834fbf3a19e4e117668abfce4e4c7c48ee4 |
|
11-Mar-2010 |
Sumit Bose <sbose@redhat.com> |
Add expandable sequences to krb5_ccachedir
As with krb5_ccname_template sequences like %u can be used in the
krb5_ccachedir parameter which are expanded at runtime. If the directory
does not exist, it will be created. Depending on the used sequences it
is created as a public or private directory. |
1c48b5a62f73234ed26bb20f0ab345ab61cda0ab |
|
18-Feb-2010 |
Stephen Gallagher <sgallagh@redhat.com> |
Rename server/ directory to src/
Also update BUILD.txt |