Mailinglist Archive: opensuse-autoinstall (57 mails)

< Previous Next >
Re: [opensuse-autoinstall] LDAP server
  • From: Uwe Gansert <ug@xxxxxxx>
  • Date: Wed, 28 Mar 2007 09:49:23 +0200
  • Message-id: <200703280949.23220.ug@xxxxxxx>
On Saturday 24 March 2007 19:35, Lars Stavholm wrote:

> does anyone know of a way to use autoyast to install an LDAP server,

on a SLES10?
We did (well, actually the author of the yast2-ldap-server) did a lot of 
fixes for SP1. I think the UI in autoyast for the LDAP Server configuration 
in SLES10 is very broken but should be useable on SP1.
I have attached the RNC file for SP1 - I hope that helps you with SLES10 
too, to generate the XML snippet.

-- 
ciao, Uwe Gansert

Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Business: http://www.suse.de/~ug
default namespace = "http://www.suse.com/1.0/yast2ns";
namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0";
namespace config = "http://www.suse.com/1.0/configns";


ldap-server = element ldap-server {
    element allowList {
        LIST,
        element listentry { text }*
    }? &
    element commonServerCertificateAvailable { text }? &
    element configureCommonServerCertificate { text }? &
    element tlsSettings {
        element TLSCertificateKeyFile { text }? &
        element TLSCertificateFile { text }? &
        element TLSCACertificateFile { text }? &
        element TLSCACertificatePath { text }?
    }? &
    element database {
        LIST,
        element listentry {
            element cachesize { text }? &
            element checkpoint { text }? &
            element createdatabasedir { text }? &
            element cryptmethod { text }? &
            element database { text }? &
            element directory { text }? &
            element overlay {
                LIST,
                element listentry {
                    LIST,
                    element listentry { Anything }*
                }*
            }? &
            element passwd { text }? &
            element ppolicy_default_changed { text }? &
            element rootdn { text }? &
            element suffix { text }?
        }*
    }? &
    element loglevel { text }? &
    element schemaIncludeList {
        LIST,
        element listentry { text }*
    }? &
    element serviceEnabled { text }? &
    element importCertificates {
        element CACertificatesFile { text }? &
        element ServerCertificateFile { text }? &
        element ServerKeyFile { text }?
    }?
}

< Previous Next >
Follow Ups
References