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
  • 相关阅读:
    反汇编测试
    《Unix/Linux系统编程》第五章学习笔记
    Linux学习笔记
    团队作业三
    缓冲区溢出
    ch6信号学习笔记
    ch5(定时器和时钟)学习笔记
    团队作业(四)
    团队作业(三)
    ch4学习笔记
  • 原文地址:https://www.cnblogs.com/insus/p/2980838.html
Copyright © 2011-2022 走看看