Translations by CarZ

CarZ has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

5160 of 60 results
1083.
dn: ou=people,dc=example,dc=com objectClass: organizationalUnit ou: people dn: ou=groups,dc=example,dc=com objectClass: organizationalUnit ou: groups dn: uid=john,ou=people,dc=example,dc=com objectClass: inetOrgPerson objectClass: posixAccount objectClass: shadowAccount uid: john sn: Doe givenName: John cn: John Doe displayName: John Doe uidNumber: 1000 gidNumber: 10000 userPassword: password gecos: John Doe loginShell: /bin/bash homeDirectory: /home/john shadowExpire: -1 shadowFlag: 0 shadowWarning: 7 shadowMin: 8 shadowMax: 999999 shadowLastChange: 10877 mail: john.doe@example.com postalCode: 31000 l: Toulouse o: Example mobile: +33 (0)6 xx xx xx xx homePhone: +33 (0)5 xx xx xx xx title: System Administrator postalAddress: initials: JD dn: cn=example,ou=groups,dc=example,dc=com objectClass: posixGroup cn: example gidNumber: 10000
2008-03-20
dn: ou=people,dc=example,dc=com objectClass: organizationalUnit ou: people dn: ou=groups,dc=example,dc=com objectClass: organizationalUnit ou: groups dn: uid=john,ou=people,dc=example,dc=com objectClass: inetOrgPerson objectClass: posixAccount objectClass: shadowAccount uid: john sn: Doe givenName: John cn: John Doe displayName: John Doe uidNumber: 1000 gidNumber: 10000 userPassword: password gecos: John Doe loginShell: /bin/bash homeDirectory: /home/john shadowExpire: -1 shadowFlag: 0 shadowWarning: 7 shadowMin: 8 shadowMax: 999999 shadowLastChange: 10877 mail: john.doe@example.com postalCode: 31000 l: Toulouse o: Example mobile: +33 (0)6 xx xx xx xx homePhone: +33 (0)5 xx xx xx xx title: System Administrator postalAddress: initials: JD dn: cn=example,ou=groups,dc=example,dc=com objectClass: posixGroup cn: example gidNumber: 10000
1085.
Now, to add your entries to the LDAP directory:
2008-03-20
Maintenant, pour ajouter une entrée dans l'annuaire LDAP :
1086.
Stop <application>slapd</application>:
2008-03-20
Arrêter <application>slapd</application>:
1087.
sudo /etc/init.d/slapd stop
2008-03-20
sudo /etc/init.d/slapd stop
1088.
Add the content:
2008-03-20
Ajouter le contenu :
1089.
sudo slapadd -l example.com.ldif
2008-03-20
sudo slapadd -l example.com.ldif
1090.
Start LDAP daemon:
2008-03-20
Démarrer le démon LDAP :
1091.
sudo /etc/init.d/slapd start
2008-03-20
sudo /etc/init.d/slapd start
1093.
ldapsearch -xLLL -b "dc=example,dc=com" uid=john sn givenName cn
2008-03-20
ldapsearch -xLLL -b "dc=example,dc=com" uid=john sn givenName cn
1094.
dn: uid=john,ou=people,dc=example,dc=com cn: John Doe sn: Doe givenName: John
2008-03-20
dn: uid=john,ou=people,dc=example,dc=com cn: John Doe sn: Doe givenName: John