pub struct DirectoryPaths;Expand description
Ldap directory path.
Implementations§
Source§impl DirectoryPaths
impl DirectoryPaths
pub const ENTERPRISE_CA_LOCATION: &'static str = "CN=Enrollment Services,CN=Public Key Services,CN=Services,CN=Configuration"
pub const ROOT_CA_LOCATION: &'static str = "CN=Certification Authorities,CN=Public Key Services,CN=Services,CN=Configuration"
pub const AIA_CA_LOCATION: &'static str = "CN=AIA,CN=Public Key Services,CN=Services,CN=Configuration"
pub const CERT_TEMPLATE_LOCATION: &'static str = "CN=Certificate Templates,CN=Public Key Services,CN=Services,CN=Configuration"
pub const NT_AUTH_STORE_LOCATION: &'static str = "CN=NTAuthCertificates,CN=Public Key Services,CN=Services,CN=Configuration"
pub const PKI_LOCATION: &'static str = "CN=Public Key Services,CN=Services,CN=Configuration"
pub const CONFIG_LOCATION: &'static str = "CN=Configuration"
Auto Trait Implementations§
impl Freeze for DirectoryPaths
impl RefUnwindSafe for DirectoryPaths
impl Send for DirectoryPaths
impl Sync for DirectoryPaths
impl Unpin for DirectoryPaths
impl UnwindSafe for DirectoryPaths
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more