Page MenuHomePhorge

graph-ldap-tree-layout.txt
No OneTemporary

Authored By
Unknown
Size
948 B
Referenced Files
None
Subscribers
None

graph-ldap-tree-layout.txt

.. graphviz::
digraph tree
{
charset="latin1";
fixedsize=true;
node [style="rounded", width=0, height=0, shape=box, concentrate=true]
"dc=holding,dc=inc" [shape=box] {
rank=same
"path-point-groups" [shape=point]
"ou=Groups"
}
"dc=holding,dc=inc" -> "path-point-groups" [arrowhead=none]
"path-point-groups" -> "ou=Groups" {
rank=same
"path-point-people" [shape=point]
"ou=People"
}
"path-point-groups" -> "path-point-people" [arrowhead=none]
"path-point-people" -> "ou=People" {
rank=same
"path-point-specialusers" [shape=point]
"ou=Special Users"
}
"path-point-people" -> "path-point-specialusers" [arrowhead=none]
"path-point-specialusers" -> "ou=Special Users"
}

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 6:37 AM (1 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
72/2c/1ec16699278db2d87e7bc331a7c9
Default Alt Text
graph-ldap-tree-layout.txt (948 B)

Event Timeline