PHP IDE

I use Eclipse as PHP IDE with several plugins.
I use Eclipse as PHP IDE with several plugins.
After reading sdog's last blog entry with the same title as this one, I'd try the same command on my laptop.
Here is the result of
history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -rn|head -10 132 ssh 84 exit 52 su 35 telnet 32 cd 25 ls 19 grep 15 man 13 scp 13 ping
A friend, Arrfab, pointed me to something I completly forgot to check for my problem.
I never had that problem in the past, but to be able to put Users and Computers in different ldap ou's with the newest samba 3 releases, the file /etc/ldap.conf must have the following entries :
nss_base_passwd ou=Users,ou=OxObjects,dc=yourdomain,dc=be?one nss_base_passwd ou=Computers,ou=OxObjects,dc=yourdomain,dc=be?one
In many howto's only one row for nss_base_passwd is used.
I'm a big disapointed with samba 3 upper of version 3.0.4(tested on 3.0.22 and 3.023c), using ldap as backend, I don't have a solution to split users and computers accounts... This is very annoying :(
Even if I put in smb.conf :
add machine script = /opt/IDEALX/sbin/smbldap-useradd -w '%u' ldap machine suffix = ou=Computers
it doesn't work, it seems that this is never took in consideration. (I even tryed the old way to add machines, replacing '%u' by '%m').
Hello,
I tested for the first time Nufw and this is the list of some points I noticed :
- not easy to compile, many files are missing in the client part
- users into openldap works but not the acl's, or I didn't find yet how ;-)
- I was not able to compile the gnome client
- no free version for windope
As MySQL Community Manager, I am an employee of Oracle and the views expressed on this blog are my own and do not necessarily reflect the views of Oracle.
You can find articles I wrote on Oracle’s blog.