forked from jengelh/sssd
Accepting request 350809 from network:ldap
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/350809 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sssd?expand=0&rev=70
This commit is contained in:
parent
3d0b404fb5
commit
6eefb2d75d
@ -8,14 +8,16 @@ Samba. See Samba's byteorder.h header for an example.
|
|||||||
|
|
||||||
Signed-off-by: David Disseldorp <ddiss@samba.org>
|
Signed-off-by: David Disseldorp <ddiss@samba.org>
|
||||||
---
|
---
|
||||||
configure.ac | 7 +++++++
|
configure.ac | 3 +++
|
||||||
1 file changed, 7 insertions(+)
|
1 file changed, 3 insertions(+)
|
||||||
|
|
||||||
--- sssd-1.12.1.orig/configure.ac
|
Index: sssd-1.13.3/configure.ac
|
||||||
+++ sssd-1.12.1/configure.ac
|
===================================================================
|
||||||
@@ -322,6 +322,9 @@ AM_CHECK_CMOCKA
|
--- sssd-1.13.3.orig/configure.ac
|
||||||
|
+++ sssd-1.13.3/configure.ac
|
||||||
AM_CONDITIONAL([HAVE_DEVSHM], [test -d /dev/shm])
|
@@ -428,6 +428,9 @@ AM_CONDITIONAL([HAVE_DEVSHM], [test -d /
|
||||||
|
ENABLE_POLKIT_RULES_PATH
|
||||||
|
AM_CONDITIONAL([HAVE_POLKIT_RULES_D], [test x$HAVE_POLKIT_RULES_D != x])
|
||||||
|
|
||||||
+AC_C_BIGENDIAN([AC_DEFINE(HAVE_BIG_ENDIAN, [1], [whether platform is big endian])],
|
+AC_C_BIGENDIAN([AC_DEFINE(HAVE_BIG_ENDIAN, [1], [whether platform is big endian])],
|
||||||
+ [AC_DEFINE(HAVE_LITTLE_ENDIAN, [1], [whether platform is little endian])])
|
+ [AC_DEFINE(HAVE_LITTLE_ENDIAN, [1], [whether platform is little endian])])
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0914e746adb770a712aa9ccbdc8a4332cb20317fbefa367124e696993dfcf8f0
|
|
||||||
size 4641810
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iEYEABECAAYFAlZN6VQACgkQHsardTLnvCUm0wCeLdBktjtQbTnZqEOPQOJc9Fwj
|
|
||||||
tWkAmQE5GN6d3DvKSbuZ55jwUVJTUzt+
|
|
||||||
=O4fe
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
sssd-1.13.3.tar.gz
Normal file
3
sssd-1.13.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3fd8fe8e6ee9f50b33eecd1bcccfaa44791f30d4e5f3113ba91457ba5f411f85
|
||||||
|
size 4661143
|
7
sssd-1.13.3.tar.gz.asc
Normal file
7
sssd-1.13.3.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iEYEABECAAYFAlZwc5IACgkQHsardTLnvCXyOgCg20lBb2owmQRYRjPZClBcn9+y
|
||||||
|
GU4AnR/tg+KqvfA/djm5yoV4/Ys3LA2g
|
||||||
|
=zefD
|
||||||
|
-----END PGP SIGNATURE-----
|
13
sssd.changes
13
sssd.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 16 14:08:01 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new maintenance release 1.13.3
|
||||||
|
* A bug that prevented user lookups and logins after migration from
|
||||||
|
winsync to IPA-AD trusts was fixed.
|
||||||
|
* A bug that prevented the ignore_group_members option from working
|
||||||
|
correctly in AD provider setups that use a dedicated primary
|
||||||
|
group (as opposed to a user-private group) was fixed.
|
||||||
|
* Offline detection and offline login timeouts were improved for AD
|
||||||
|
users logging in from a domain trusted by an IPA server.
|
||||||
|
* The AD provider supports setting up autofs_provider=ad .
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 20 10:39:56 UTC 2015 - jengelh@inai.de
|
Fri Nov 20 10:39:56 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user