ALT Linux Bugzilla
– Attachment 2736 Details for
Bug 16485
добавить mod_shared_roster_ldap
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
патч для корректной раболы модуля с openldap
mod_shared_roster_ldap.patch (text/plain), 547 bytes, created by
Aeliya Grevnyov
on 2008-07-31 12:08:54 MSD
(
hide
)
Description:
патч для корректной раболы модуля с openldap
Filename:
MIME Type:
Creator:
Aeliya Grevnyov
Created:
2008-07-31 12:08:54 MSD
Size:
547 bytes
patch
obsolete
>--- mod_shared_roster_ldap.erl.orig 2008-05-13 20:29:23 +0800 >+++ mod_shared_roster_ldap.erl 2008-07-31 15:53:47 +0800 >@@ -490,7 +490,8 @@ > end, > > SubFilter = "(&("++UIDAttr++"="++UIDAttrFormat++")("++GroupAttr++"=%g))", >- UserSubFilter = eldap_filter:do_sub(SubFilter, [{"%g", "*"}]), >+ SubFilter1 = "(&(uid="++UIDAttrFormat++")("++GroupAttr++"=%g))", >+ UserSubFilter = eldap_filter:do_sub(SubFilter1, [{"%g", "*"}]), > GroupSubFilter = eldap_filter:do_sub(SubFilter, [{"%u", "*"}]), > Filter = case ConfigFilter of > undefined -> SubFilter;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 16485
: 2736 |
2755