Skip to main content

build_bind_dn

Function build_bind_dn 

Source
fn build_bind_dn(uid: &str, username: &str, base_dn: &str) -> String
Expand description

Assembles the bind DN as <uid>=<username>,<base_dn> (APISIX’s user_dn).