search for: user_add

Displaying 3 results from an estimated 3 matches for "user_add".

Did you mean: user_addr
2010 Aug 16
8
Executing js.erb file with :format =>'js'
Hi, I''m trying to get my javascript to execute after clicking a link on my page using :format => "js" here''s my link: <%= link_to image_tag("/images/icons/user_add.png"), add_contact_path(:profile_id => profile.id, :url => request.url, :format => "js"), :title => "Add person to your contacts"%> in my controller i have format.js here''s my add_contact.js.erb: $("#contact_icon_<%=params[:profile_id]%&gt...
2007 Jul 24
1
Vista and Samba
...= dc=server,dc=bes.domain ldap group suffix = ou=Groups ldap user suffix = ou=Users ldap machine suffix = ou=Computers ldap idmap suffix = ou=Users add user script = /opt/IDEALX/sbin/smbldap-useradd -m "%u" ldap delete dn = Yes add machine script = /root/users/user_add -mach "first" "%m" "none" add group script = /opt/IDEALX/sbin/smbldap-groupadd -p "%g" add user to group script = /opt/IDEALX/sbin/smbldap-groupmod -m "%u" "%g" delete user from group script = /opt/IDEALX/sbin/smbldap-groupmod...
2007 Feb 28
2
samba problems. accounts expire after a hour, but work after reset
...92.168.2.2 mysql:mysql user = samba mysql:mysql password = <NOT-HERE> mysql:mysql database = samba idmap uid = 10000-15000 idmap gid = 10000-15000 #----------------------------------------------------------------------------- add user script = /usr/local/samba/scripts/user_add %u 1>> /usr/local/samba/scripts/debug.txt 2>> /usr/local/samba/scripts/debug.txt delete user script = /usr/local/samba/scripts/user_del %u add group script = /usr/local/samba/scripts/group_add %g %u %U delete group script = /usr/local/samba/scripts/group_del %g add user...