-
src/Makefile is missing linking against libXrandr. This patch fixes that issue.
2009-10-06 21:12:59 UTC in Dark Oberon
-
When compiling with -Werror=format-security under gcc 4.4, dark oberon fails with some errors of this kind:
error: format not a string literal and no format arguments
This patch fixes those errors on tofile.cpp.
2009-10-06 21:11:32 UTC in Dark Oberon
-
Forget what I said, ldapmodify has a -a option to treat entries in the ldif file as add operations. I was aware of that for some strange reason it wasn't working for me, now it does.
2009-07-21 23:42:00 UTC in csv2ldif2
-
Hi,
I'm not an expert with ldap and ldif format, but for what I have read, to be able to load an entry in an ldif file, there must be a line with an attribute "changetype: add" after the dn attribute. For example:
dn: uid=user1,ou=Personas, ou=People, dc=colsubsidio, dc=com
changetype: add
uid: user1
....
If I don't use the "changetype: add" attribute, ldapmodify fails saying that...
2009-07-21 23:06:44 UTC in csv2ldif2