person document
个人档案
2026-04-13 23:55 浏览次数 19
个人档案
a subform that extends the person document schema displays the settings that are added for each user (see figure 7).
扩展person文档计划的子窗体显示了为每个用户添加的设置(参见图7)。
when the user views the person document in pdf format, it appears as follows (notice the formatting of bold-red-larger font for the user name and normal fonts for the other fields)
用户看到的pdf格式的person文档如下图所示(注意用户名是用粗体、红色和较大字号表示,而其他标签使用普通字体表示)
the display of the person document data is done using labels on a window.
可以使用窗口中的标签来显示person文档数据。
clicking a listed name displays the person document information for that user, for example
单击列出的姓名会显示该用户的person文档信息,例如
this field in the person document will be consulted if the sso configuration is enabled for mapping names in ltpa tokens.
如果在ltpa令牌中为映射名称启用了sso配置,就会参考个人文档中的这个域。
scenario 1: name mapping using the domino person document
场景1:使用domino个人文档进行名称映射
in figure 10, a person document has been created in the notes clienta ?s address book for an internet mail user.
在图10 中,我们已经在 notes 的地址簿中为一个internet邮件用户创建了一个个人文档。
the notes client, like the domino web access client, performs name validation against the shortname field of the person document using any server-based directories configured for its use.
notes客户机与dominowebaccess客户机一样,都可以使用任何为此而配置的基于服务器的目录,对个人文档中的shortname域进行名字验证。
the document object corresponds to the actual person document from the directory.
document对象对应于目录中的实际person文档。
here is how the window to display the person document information is initialized, using the selected document passed as the key (using the setkey method)
下面是窗口如何显示person文档信息已初始化,使用作为关键字(使用setkey方法)传送的所选文档
this line defines the source (again using the getxml agent as the source of the person document in xml format)
这一行定义了源(同样使用getxml作为xml格式的person文档源)
the user views the jpeg image of the person document as a business card.
用户查看业务卡片形式的person文档jpeg图像。
to achieve sso in this environment, just as in the previous scenario, tsga adds the ltpatoken value uid=jb013,ou=secret,dc=spies,dc=com to the person document in domino.
要像前一个场景中那样在这个环境中实现sso,tsga添加值为uid=jb013,ou=secret,dc=spies,dc=com的 ltpatoken到domino中的个人文档。
check for existence of id file in the person document
校验person文档中id文件的存在
for processing the xml, the program keys off of the columnnumber attribute, and uses the view entries and item name in the person document to get the core data to display within the windows.
为了处理xml,程序去掉 columnnumber属性,使用视图条目和person文档中的项名称,来获取窗口内要显示的核心数据。
clears the temporary data structure that stores the person document fields (dn, lastname, mail, and company name).
清除存储person文档字段(dn、lastname、mail和companyname)的临时数据结构。
if instead you select the option use first name specified in a form field, then it can be mapped to any form field in the lotus domino person document in names.nsf.
如果选择usefirstnamespecifiedinaformfield选项,那么它可以被映射到names.nsf中的lotusdominoperson文档中的任何表单字段。
the name uid=jb013,ou=secret,dc=spies,dc=com now exists in two places: in the itds entry for the user, and in a domino person document for jim bland/secret/spies.
名称uid=jb013,ou=secret,dc=spies,dc=com现在存在于两个位置:用户的itds条目,以及jimbland/secret/spies 的domino个人文档中。
now the agent processes the person document as dxl
现在,该代理将person文档处理为dxl 格式
note that a configured ltpa user name must always be entered into the person document in domino format, with slashes instead of commas.
请注意,必须将配置后的ltpa用户名以domino格式输入到个人文档中,用斜杠代替逗号。