如何在UNIX属性标签下的Active Directory中相对设置UID,GID和主目录值?
例如,不要写:
from aerospike_helpers.operations import list_operations as lh
from aerospike_helpers.operations import operations as oh
list_policy = {
"list_order": aerospike.LIST_UNORDERED,
"write_flags": (aerospike.LIST_WRITE_ADD_UNIQUE |
aerospike.LIST_WRITE_NO_FAIL)
}
ops = [
oh.write('id', id),
lh.list_append('h', val, list_policy)
]
client.operate(key, ops)
/home/ann.white
/home/marie.jones
我要这样格式化:
/home/Jessica.Cox
对于Active Directory中的所有300个用户,我尝试了%u,但它返回了用户相对标识符(RID),那么用户名和组相对标识符的变量是什么?
答案 0 :(得分:1)
InAppBillingPurchase
http://www.kouti.com/tables/userattributes.htm <-很抱歉,这是第三方,桌子很大,MS的网站上似乎没有这样的桌子。