The report draws on the work of the national extended services evaluation, ...... behaviour and education support teams. Research report RR706. (London,.
Las solicitudes hechas por teléfono se contestarán antes de 2 días. ✓ Las
solicitudes recibidas por correo postal se contestarán antes de 3 días desde la
fecha ...
John Paul Szkudlapski ([email protected]) – March 2010. Copyright (c) ...
Shibboleth (Windows installation) to sit behind a Microsoft ISA 2006 Server.
There are ...
The Apache HTTP Server and SELinux . ...... When SELinux is enabled, the Apache HTTP Server (httpd) runs confined by def
The specification of business processes is becoming a more and more ... of the workflow-extended domain model and of the OCL process constraints, respec-.
Feb 27, 2012 - CFT's [1], [4] having two distinct central charges a = c, make evident that .... order equations describing the Lovelock DWs (derived in App.A.
2013 Progress Software Corporation and/or its subsidiaries or affiliates. All rights
reserved. These materials and all Progress® software products are copyrighted ...
For Java Web Services Developer's Pack, v1.6. June 14, 2005 ..... The Java Web
Services Tutorial is an adjunct to the J2EE 1.4 Tutorial, which you can ...
(g) Psychiatric Nursing Facility Services. ... in the Diagnostic and Statistical
Manual of Mental Disorders, (DSM), published by the. American Psychiatric ...
Documentation standards for client care are identified in the contract between
DMH and.
Platform Services Controller instance with which they are registered. .... The domain name is used by the VMware Directo
Testing must be current: administered within the past five years or past three
years if ... Aptitude: The Wechsler Adult Intelligence Scale IV (WAIS-IV) with
subtest ...
Secret available in AutoCAD 2005. Secret available in AutoCAD 2006. Secret
available in AutoCAD 2007. Secret available in AutoCAD 2008. Secret to Expose
!
Java® is a registered trademark of Oracle and/or its affiliates. ...... user and is free to change access to the user's
... is configured to use. Apache log4j, but you may opt to choose any logging provider supported by slf4j. ...... this i
Manual systems of documentation for pharmacists have been described in detail,
but ..... insurance or billing information.12. Currie et al.16 devised a tool to ...
Apache log4j, but you may opt to choose any logging provider supported by slf4j. ...... there's a lot of wasted resource
JAXB + XML provider . ...... You would have to define a JSON to XML namespace mapping or you would ..... From W3.org (ht
PSYCHIATRIC SERVICES ⢠ps.psychiatryonline.org ⢠March 2008 Vol. 59 No. 3 ... hospitalization after adjustment ... Disorder: A Two-Year Follow-Up Study.
Jane Vanderpyl, Ph.D. Elizabeth Robinson, M.Sc. ... Ms. Robinson is with the Sec- tion of Epidemiology ..... 2006. 13. Tracy SW, Trafton JA, Weingardt KR, et al:.
services, it is still difficult for business users to fully benefit from ... low level, technical software-service descriptions and high level, .... C. Proposed solution.
Integration of Ubuntu clients into a UCS domain . ..... des-cbc-md5 des3-hmac-
sha1 \ des-cbc-crc des-cbc-md4 des3-cbc-sha1 aes128-cts-hmac-sha1-96 \.
Univention Corporate Server
Extended domain services documentation
2
Table of Contents 1. Integration of Ubuntu clients into a UCS domain ...................................................................... 4 1.1. Integration into the LDAP directory and the SSL certificate authority .................................. 4 1.2. Configuration of the System Security Services Daemon (SSSD) ......................................... 5 1.3. Configuring user logins .............................................................................................. 7 1.4. Kerberos integration .................................................................................................. 8 1.5. Limitations of the Ubuntu domain integration ................................................................ 9 1.6. Additional references ................................................................................................. 9 2. Integration of Linux/Unix systems into a UCS domain ............................................................. 10 2.1. Managing the systems in the Univention Management Console ........................................ 10 2.2. Configuration of the name resolution .......................................................................... 10 2.3. Configuration of the time server ................................................................................. 10 2.4. Access to user and group information of the UCS domain ............................................... 10 2.5. Integrating into Kerberos .......................................................................................... 11 2.6. Accessing a UCS print server .................................................................................... 12
3
Integration into the LDAP directory and the SSL certificate authority
Chapter 1. Integration of Ubuntu clients into a UCS domain Univention Corporate Server allows the integration of Ubuntu clients. Initially a standard Ubuntu installation needs to be performed. The following section describe the configuration changes, which need to be made to integrate the Ubuntu client into the UCS domain. After successful integration users can authenticate on the Ubuntu clients with their standard UCS domain password and user name. This configuration has been tested with Ubuntu 12.04 LTS and 12.10 as well as Kubuntu 12.04 LTS and 12.10.
1.1. Integration into the LDAP directory and the SSL certificate authority After Ubuntu has been installed, some of it's configuration files need to be modified. To simplify the setup, the default configuration of the UCS master domain controller should be copied to the Ubuntu system, for example: # Become root sudo bash # Set the IP address of the UCS DC Master, 192.168.0.3 in this example export MASTER_IP=192.168.0.3 mkdir /etc/univention ssh root@${MASTER_IP} ucr shell | grep -v ^hostname= >/etc/univention/ucr_master echo "master_ip=${MASTER_IP}" >>/etc/univention/ucr_master . /etc/univention/ucr_master echo "${MASTER_IP} ${ldap_master}" >>/etc/hosts # Exit sudo bash exit In the default configuration of UCS only authenticated users can search in the LDAP directory. As such, the Ubuntu client needs an account in the UCS domain to gain read access to the LDAP directory: # Become root sudo bash # Set some environment variables . /etc/univention/ucr_master # Download the SSL certificate mkdir -p /etc/univention/ssl/ucsCA/ wget -O /etc/univention/ssl/ucsCA/CAcert.pem \ http://${ldap_master}/ucs-root-ca.crt # Create an account and save the password password="$(tr -dc A-Za-z0-9_