$attr ) { if( is_attr_binary( $server_id, $attr ) ) { $avail_binary_attrs[] = $attr; unset( $avail_attrs[ $i ] ); } } ?>

Server:     Distinguished Name:

0 ) { if( $children_count == $max_children ) $children_count = $children_count . '+'; ?> 0 ) { ?>
(mac) (win) (unix)
">
(mac) (win) (unix)

0 ) { ?> $vals ) { $counter++ ?> \n"; } ?> 0 ) foreach( $hidden_attrs as $i => $attr_name ) $hidden_attrs[$i] = strtolower( $attr_name ); else $hidden_attrs = array(); ?> $vals ) { if( isset( $schema_attrs[ strtolower($attr) ] ) ) $attr_syntax = $schema_attrs[ strtolower( $attr ) ]->getSyntaxOID(); flush(); if( 0 == strcasecmp( $attr, 'dn' ) ) continue; // has the config.php specified that this attribute is to be hidden? if( in_array( strtolower( $attr ), $hidden_attrs ) ) continue; // is there a user-friendly translation available for this attribute? if( isset( $friendly_attrs[ strtolower( $attr ) ] ) ) { $attr_display = "" . $friendly_attrs[ strtolower( $attr ) ] . ""; } else { $attr_display = $attr; } ?> $val ) { $val = utf8_decode( $val ); echo $val . "
"; } } else { echo utf8_decode( $vals ) . "
"; } continue; } /* * Is this a userPassword attribute? */ if( 0 == strcasecmp( $attr, 'userpassword' ) ) { $user_password = $vals[0]; /* Capture the stuff in the { } to determine if this is crypt, md5, etc. */ preg_match( "/{([^}]+)}/", $user_password, $enc_type); $enc_type = strtolower($enc_type[1]); // Set the default hashing type if the password is blank (must be newly created) if( $val == '' ) { $enc_type = $servers[$server_id]['default_hash']; } ?> getType() ) ) { $val = $vals[0]; ?> $val ) { $val = utf8_decode( $val ); ?>

$vals ) */ ?>
0 ) { ?> ()
()

(" . $lang['none'] . ")

()

1 ) { for( $i=1; $i<=count($vals); $i++ ) { ?> "> ()

$values ) if( 0 == strcasecmp( $attr, $x ) ) return false; return true; } ?>