Index: openacs-4/packages/acs-authentication/www/doc/xml/install.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/www/doc/xml/install.xml,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-authentication/www/doc/xml/install.xml 8 Oct 2003 10:08:12 -0000 1.1 +++ openacs-4/packages/acs-authentication/www/doc/xml/install.xml 14 Oct 2003 09:54:26 -0000 1.2 @@ -79,9 +79,8 @@ - Untar the pam_radius - tarball and compile and install. (Untar the pam_radius + tarball and compile and install. (more information) [root@yourserver root]# cd /usr/local/src/ @@ -177,6 +176,29 @@ Configure your Authority (RADIUS server, etc) to supply XML files to the URLs IncrementalURL and SnapshotURL + +<enterprise> + <person recstatus = "1"> added person + <sourcedid> + <id>[username]</id> + </sourcedid> + <name> + <family>[last_name]</family> + <given>[first_names]</given> + </name> + <email>[email]</email> + <url>[homepage_url]</url> + </person> + <person recstatus = "2"> modified person + ... + </person> + <person recstatus = "3"> deleted person + <sourcedid> + <id>LL1</id> only requires username + </sourcedid> + </person> +</enterprise> + (More information: , The IMS 1.1 spec)