search for: user_system

Displaying 5 results from an estimated 5 matches for "user_system".

2006 Mar 07
2
memcached and Joe Hosteny''s Salted Hash Login Generator
...have time to produce one :)). I just recently plugged in memcache, and- it''s not preserving my login. I traced the execution and it sets the output of User.authenticate (a user AR object) into @session[''user''] correctly - so login works. My next breakpoint is in user_system.rb where it is checking authentication - via a before_filter. At this point, @session[''user''] is empty - and @session.session_id has changed. Any idea why my session_ids are not being preserved? more info available on request... -- james -- James Cox, e: james@imajes.inf...
2017 Sep 29
4
user cannot access shares on new ad-dc
...ile field so windows see's a change. Then klik apply. For other quick fix. You see the 2005 there, make sure that matchs your own wbinfo -G 2005 S-1-5-18 wbinfo -Y S-1-5-18 #!/bin/bash RIGHTSFILE="default-rights-user-profile.acl" GROUP_WRITE_RIGHTS="domain\040users" USER_SYSTEM="$(wbinfo -Y S-1-5-18)" cat << EOF > ${RIGHTSFILE} # file: user.V6/ # owner: user # group: domain\040users user::rwx user:${1}:rwx group::--- group:${USER_SYSTEM}:rwx group:${GROUP_WRITE_RIGHTS:--- mask::rwx other::--- default:user::rwx default:user:${1}:rwx default:group::--- d...
2017 Sep 29
3
user cannot access shares on new ad-dc
> On 29.09.2017 11:44 Rowland Penny wrote: > Have you set up the libnss_winbind links, PAM and /etc/nsswitch.conf ? Yes, I had modified two lines in /etc/nsswitch.conf: passwd: files winbind group: files winbind No, I had not seen a pointer to libnss, but now did ln -s /usr/local/samba/lib/libnss_winbind.so.2 /lib/i386-linux-gnu/ ln -s
2007 Jan 28
3
always Not Found
hi! I''m migrating to Rails 1.2.1 (from 1.1.6), but now I''m getting a 404 (Not Found) page for every url I call! Not even the error messages I got before are shown on this page anymore. So I took a look into development.log, but there everything is ok, WebRick sends Http 200 OK. The routes.rb I left as the standard: map.connect '':controller/:action/:projectid''
2006 Jan 25
6
Displaying based on hostname/subdomain
Ive tried multiple ideas to get this to work, but keep hitting a dead end. Has anyone done this before? I want joe.domain.com to display www.domain.com/profile/joe Im using lighttpd. Routes dont have access to the URL string and therefore I cant code in a conditional. lighttpd rewrite seems to really screw it all up. Is there a feasible solution? Thank you, Joe Noon