The Samba-Bugzilla – Attachment 37 Details for
Bug 194
convertSambaAcount script produces ldif that cannot be loaded in LDAP
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Now also converting attributes that have 0 set as a value
convertSambaAccount_zeros.patch (text/plain), 213 bytes, created by
Kristis Makris
on 2003-06-27 12:20:42 UTC
(
hide
)
Description:
Now also converting attributes that have 0 set as a value
Filename:
MIME Type:
Creator:
Kristis Makris
Created:
2003-06-27 12:20:42 UTC
Size:
213 bytes
patch
obsolete
>84c84 >< $entry->add( 'objectclass' => 'sambaSamAccount' ); >--- >> $entry->add( 'objectClass' => 'sambaSamAccount' ); >96c96 >< if ( $entry->get_value($key) ) { >--- >> if ( defined( $entry->get_value($key) ) ) {
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 Raw
Actions:
View
Attachments on
bug 194
: 37