** Description changed:

  Debian #673038 was fixed in wheezy but the fix has never been merged to
  Ubuntu. I verified the existence of this bug in precise, quantal,
  raring, and saucy using more or less the procedure from
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673038#111:
  
  # apt-get install ldap-utils slapd
  <configure admin password>
  # ldapadd -D cn=admin,dc=nodomain -w adminpw <<end
  dn: cn=test,dc=nodomain
  objectClass: organizationalRole
  objectClass: simpleSecurityObject
  cn: test
  userPassword: test
  
  end
  # while true; do slapcat | wc -l; done
  
  and in another terminal...
  
- $ while true; do ldappasswd -D cn=admin,dc=nodomain -w adminpw
- cn=test,dc=nodomain; done
+ $ while true; do ldappasswd -H ldap:// -D cn=admin,dc=nodomain -w
+ adminpw cn=test,dc=nodomain; done
  
  In the first terminal, note that the output from wc is usually 41 but
  sometimes smaller. It should be the same line count every time.
  
  I'm building and testing patched packages now and will post debdiffs
  shortly.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/1185908

Title:
  slapd: slapcat output truncated every now and then

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1185908/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to