Hi, versions: phpldapadmin: tried 1.2.0.5 and latest git (0f782569e91e4492fcd424f4111487d29481a09c) openldap: 2.4.21 php: 5.3.2 "with shuoshin patch" Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/1.0.0 DAV/2 system: Arch Linux 32bit 2.6.33
I'm a newbie to ldap, but thanks to - among others - these tutorial I think I get the basics: http://chigeek.com/2009/07/howto-build-an-openldap-server/ http://wiki.archlinux.org/index.php/Secure_OpenLDAP_Authentication_for_a_Small_Network Now, the only thing I want is just a simple openldap server in which I can create some posixgroups and posixusers. So I set it up as follows: * openldap: - default config, except: include /etc/openldap/schema/core.schema include /etc/openldap/schema/cosine.schema include /etc/openldap/schema/nis.schema include /etc/openldap/schema/inetorgperson.schema include /etc/openldap/schema/misc.schema include /etc/openldap/schema/openldap.schema database bdb suffix "dc=dieter-dellD620-arch,dc=com" rootdn "cn=Manager,dc=dieter-dellD620-arch,dc=com" rootpw {SSHA}<hash here> directory /var/lib/openldap/openldap-data loglevel stats shell logfile /var/log/slapd.log I imported the following: $ cat new.ldiff dn: dc=dieter-dellD620-arch,dc=com objectclass: dcObject objectclass: organization o: LDAP Server dc: dieter-dellD620-arch dn: cn=Manager,dc=dieter-dellD620-arch,dc=com objectclass: organizationalRole cn: Manager dn: ou=People,dc=dieter-dellD620-arch,dc=com ou: People objectClass: top objectClass: organizationalUnit dn: ou=addressbook,dc=dieter-dellD620-arch,dc=com ou: addressbook objectClass: top objectClass: organizationalUnit I'm not sure if "Groups" should be an organisational unit or organisation role, but I tried both. FYI After adding some stuff with PLA, this is currently the contents of my ldap: output of : ldapsearch -x -b "dc=dieter-dellD620-arch,dc=com" '(objectclass=*)': http://sprunge.us/RiAi So my problem is, when I try to add a new generic posixgroup, either directly under "dc=dieter-dellD620-arch,dc=com", but also under "ou=Groups" or "cn=groups", I fill in a name for the group (like 'techies', or 'testgroup') and then click "create object", nothing happens. I cannot add a Gid (I can focus the input field, but any numbers i type do no tappear). It does not submit the form at all. What am I doing wrong? Thanks, Dieter ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ phpldapadmin-users mailing list phpldapadmin-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users