zoukankan      html  css  js  c++  java
  • 域活动目录(Active Directory) 属性以及说明

    如写企业内网的应用程序时,会经常需要访问域活动目录信息。下面表格是域活动目录(Active Directory) 属性以及说明。

    LDAP Property Name
    Description
    Data Type
    givenName
    First Name
    String
    initials
    Initials
    String
    sn
    Last name
    String
    displayName
    Display name
    String
    description
    Description
    String
    physicalDeliveryOfficeName
    Office
    String
    telephoneNumber
    Telephone number
    String
    otherTelephone
    Other Telephone numbers
    String
    mail
    E-mail
    String
    wWWHomePage
    Web page
    String
    url
    Other Web pages
    String
    streetAddress
    Street
    String
    postOfficeBox
    P.O. Box
    String
    l
    City
    String
    st
    State/province
    String
    postalCode
    Zip/Postal Code
    String
    c, co, countryCode
    Country/region
    String
    userPrincipalName
    User logon name
    String
    sAMAccountName
    pre-Windows 2000 logon name
    String
    userAccountControl
    Account disabled?
    Boolean
    profilePath
    User Profile path
    String
    scriptPath
    Logon script
    String
    homeDirectory
    Home folder, local path
    String
    homeDrive
    Home folder, Connect, Drive
    String
    homeDirectory
    Home folder, Connect, To:
    String
    title
    Title
    String
    department
    Department
    String
    company
    Company
    String
    manager
    Manager
    String
    mobile
    Mobile
    String
    facsimileTelephoneNumber
    Fax
    String
    info
    Notes
    String
  • 相关阅读:
    ActiveMQ的spring配置文件
    ActiveMQ consumer按顺序处理消息
    ActiveMQ异步分发消息
    2个线程顺序工作
    hadoop更换硬盘
    linux内存条排查
    gitlab迁移升级
    linux 监控网卡实时流量iftop
    gitlab7.2安装
    为首次部署MongoDB做好准备:容量计划和监控
  • 原文地址:https://www.cnblogs.com/insus/p/2980838.html
Copyright © 2011-2022 走看看