search for: restul

Displaying 4 results from an estimated 4 matches for "restul".

Did you mean: restful
2005 Apr 07
2
smbldap-tools not playing nice w/ samba ?
...dNumbers. It then searches for the machine$ with a sambaSamAccount objectclass, and exits. 2. It then reconnects anonymously and searches for machine$ and MACHINE$ twice (no results). 3. After that it connects again as cn=Manager and and searches for the machine$ under posixAccount (still no restuls). It then finally adds the entry for machine$ but without the sambaSamAccount objectclass. After that there are no more LDAP queries. What could be causing the error I'm getting?
2006 Aug 02
2
PDC problem
...sau nu parolele encrypt passwords = yes ; Chestiuni legate de socketuri socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 ; Interfetele pe care asculta samba interfaces = lo eth0 eth0:1 eth0:2 ; Ne limitam doar la aceste interfete si ignoram restul bind interfaces only = yes ; Chestiuni referitoare la parole ;password level = 12 ;username level = 12 ; Incercam sa sincronizam parola de windows cu cea de UNIX unix password sync = Yes pam password change = yes ; Fisierele de config...
2006 Oct 16
0
Restful routes, not repeating yourself and non-standard rest actions best practices
So I''ve recently started playing with the restful routes support in edge rails, converting a few of my controllers to support all the standard operations.. One thing that''s been bothering me, however, is the following: Before using restul routes, I would define an edit method in my controller which would be responsible for both creating new objects as well as editing pre-existing objects (if, for example, an id was passed as a parameter).. The form would postback to the same edit action in the controller, which would then update the...
2007 Nov 18
20
Testing modules
There''s definitely enough complexity in some of the modules out there to warrant solid test coverage, especially if people start extending a module to support more distributions and OSes, while trying to keep the existing support working. That''s even before you start thinking about functions, facts, and native types. They''re *really* in need of solid testing, being all