ALT Linux Bugzilla
– Attachment 4537 Details for
Bug 24072
fix LDAP Authentication
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
патч
gistfile1.rb (text/plain), 428 bytes, created by
Timur Batyrshin
on 2010-09-13 22:41:45 MSD
(
hide
)
Description:
патч
Filename:
MIME Type:
Creator:
Timur Batyrshin
Created:
2010-09-13 22:41:45 MSD
Size:
428 bytes
patch
obsolete
>--- auth_source_ldap.rb.orig 2010-09-13 14:31:38.000000000 +0000 >+++ auth_source_ldap.rb 2010-09-13 14:24:02.000000000 +0000 >@@ -124,7 +124,7 @@ > > def self.get_attr(entry, attr_name) > if !attr_name.blank? >- entry[attr_name].is_a?(Array) ? entry[attr_name].first : entry[attr_name] >+ ( entry[attr_name].is_a?(Array) ? entry[attr_name].first : entry[attr_name] ).force_encoding('UTF-8') > end > end > end
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 24072
:
4536
| 4537