bookmarks of the day 12/13/2009

Posted by Toshi | | Posted On Dec 13, 2009 at 11:30 PM

  • tags: openldap, ldap, tutorial

    • 5.1.7 Modifying Entries
    • version: 1

      ## MODIFY the Robert Smith entry

      dn: cn=Robert Smith,ou=people,dc=example,dc=com
      changetype: modify
      add: telephonenumber
      telephonenumber: 555-555-1212
      telephonenumber: 212
      -
      replace: uid
      uid: rjosmith
      -
      replace: mail
      mail: robert.smith@example.com
      mail: bob.smith@example.com
      -
      # adds using URL format
      add: jpegphoto
      jpegphoto: < file://path/to/jpeg/file.jpg
      -
      delete: description

Posted from Diigo. The rest of my favorite links are here.
blog comments powered by Disqus