search for: profile_path

Displaying 20 results from an estimated 33 matches for "profile_path".

2004 Apr 13
0
v3.0.2a: can't login into domain after switching to pdb_mysql
...root@localhost on samba 60 Connect root@localhost on samba 60 Query SELECT logon_time,logoff_time,kickoff_time,pass_last_set_time,pass_can_change_time, pass_must_change_time,username,domain,nt_username,nt_fullname,home_dir,dir_d rive,logon_script,profile_path,acct_desc,workstations,unknown_str,munged_dia l,user_sid,group_sid,lm_pw,nt_pw,NULL,acct_ctrl,unknown_3,logon_divs,hours_l en,bad_password_count,logon_count,unknown_6 FROM user WHERE username = 'root' 60 Query SELECT logon_time,logoff_time,kickoff_time,pass_last_s...
2009 Jan 02
5
Very odd NoMethodError/stack overflow....
...I''m using acts_as_commentable. Basically, I have a partial with this code in it: <div id="<%= ''#{comment.commentable_type}_comment_# {comment.commentable_id}'' %>" class="comment"> <dl> <dt><%= link_to comment.user.login, profile_path(User.find (comment.user_id).profile) %></dt> <dd><%= comment.comment %></dd> </dl> </div> and here''s the code that calls the partial: <% @comments.each do |comment| %> <%= render :partial => ''partials/comment''...
2012 Apr 06
3
I can't update data in table
In my edit page: url = profile/:id/edit the content is ! <%= form_for(@user, :as => :user, :url => profile_path(current_user), :html=>{:method => :put}) do |form| %> <%= form.text_field :email, :class=>"input"%> <%= form.submit ''Update Profile''%> <% end %> ............................ In controller section ! class ProfileController < Applicat...
2005 Mar 27
1
problem with listing users on winXP/2k+3
...-----+-----------+-----------+------------+-----------+-----------+-----------+ | logon_time | logoff_time | kickoff_time | pass_last_set_time | pass_can_change_time | pass_must_change_time | username | domain | nt_username | nt_fullname | home_dir | dir_drive | logon_script | profile_path | acct_desc | workstations | unknown_str | munged_dial | uid | gid | user_sid | group_sid | lm_pw | nt_pw | acct_ctrl | unknown_3 | logon_divs | hours_len | unknown_5...
2003 Dec 03
1
logon path question
...s/man/smb.conf.5.html#LOGONPATH States that: "Windows clients can sometimes maintain a connection to the [homes] share, even though there is no user logged in. Therefore, it is vital that the logon path does not include a reference to the homes share (i.e. setting this parameter to \%N\%U\profile_path will cause problems)." I am still having trouble with my roaming profiles. In my smb.conf I have: logon path = \\%L\%U\profile logon home = \\%L\%U\profile and [netlogon] path = /etc/samba/netlogon read only = yes admin users = root write list = @sysgrp [profiles] path = %H/profile read o...
2012 Sep 24
4
samba4: samba-tool and (unix) uids
Hello, at my universities CS computer pools we're trying to migrate our samba3 based NT domain to AD with samba4-rc1. In the past we had a little script which our users could run on their own from their linux account which created a samba user with their own uid/gid and set their password (via smbpasswd). We're trying to recreate this behaviour with "samba-tool user create"
2005 Aug 21
2
pdb_mysql.c | SQL insert command missing data
...ime,pass_must_change_time,pass_last_set_time,lm_pw,nt_pw) VALUES (16,1124620545,2147483647,1124620545,'AAAAAAA71AA612E1ED5A6FED37AAAAAA','AAAAAAA6293F6293129F9BE9EBAAAAAA') You will note that there is no username, domain, nt_username, nt_fullname, home_dir, dir_drive, logon_script, profile_path, uid, gid, user_sid, or group_sid in that query. This shows that the error is not on the part of the sql database as this is the query it was sent, received, and processed properly. Since existing users can function properly it seems that the error is only with adding new users and not with changi...
2009 Oct 06
0
Update from pdbsql (MySQL) to LDAP
...9) default '2147483647', username varchar(255) default NULL, domain varchar(255) default NULL, nt_username varchar(255) default NULL, nt_fullname varchar(255) default NULL, home_dir varchar(255) default NULL, dir_drive varchar(4) default NULL, logon_script varchar(255) default NULL, profile_path varchar(255) default NULL, acct_desc varchar(255) default NULL, workstations varchar(255) default NULL, unknown_str varchar(255) default NULL, munged_dial varchar(255) default NULL, uid int(9) NOT NULL PRIMARY KEY auto_increment, gid int(9) default NULL, user_sid varchar(255) default NULL,...
2003 Sep 23
0
[PATCH] tdb multiple format
...alize a SAM_ACCOUNT struct from a BYTE buffer of size len @@ -1284,6 +1300,7 @@ uint32 logon_time, logoff_time, kickoff_time, + lockout_time, pass_last_set_time, pass_can_change_time, pass_must_change_time; @@ -1304,12 +1321,13 @@ fullname_len, homedir_len, logon_script_len, profile_path_len, acct_desc_len, workstations_len; - uint32 user_rid, group_rid, unknown_3, hours_len, unknown_5, unknown_6; + uint32 user_rid, group_rid, unknown_3, hours_len, unknown_5, unknown_6, bad_pwd_count; uint16 acct_ctrl, logon_divs; uint8 *hours; static uint8 *lm_pw_ptr, *nt_pw_ptr; - uint3...
2009 Jun 12
1
SAMBA+PDC+Mysql authentication Backend
...647', `username` varchar(255) default NULL, `domain` varchar(255) default NULL, `nt_username` varchar(255) default NULL, `nt_fullname` varchar(255) default NULL, `home_dir` varchar(255) default NULL, `dir_drive` varchar(4) default NULL, `logon_script` varchar(255) default NULL, `profile_path` varchar(255) default NULL, `acct_desc` varchar(255) default NULL, `workstations` varchar(255) default NULL, `unknown_str` varchar(255) default NULL, `munged_dial` varchar(255) default NULL, `uid` int(9) NOT NULL auto_increment, `gid` int(9) default NULL, `user_sid` varchar(255) defau...
2005 Apr 02
2
RE: MYSQL - Was Functional till Update to 3.13
...ogon_script <http://db.csmfiji.org/mysql/sql.php?lang=en-iso-8859-1&server=1&db=samba&table=user&pos=30&session_max_rows=30&disp_direction=horizontal&repeat_cells=100&dontlimitchars=0&sql_query=SELECT+%2A+FROM+%60user%60++ORDER+BY+%60logon_script%60+ASC> profile_path <http://db.csmfiji.org/mysql/sql.php?lang=en-iso-8859-1&server=1&db=samba&table=user&pos=30&session_max_rows=30&disp_direction=horizontal&repeat_cells=100&dontlimitchars=0&sql_query=SELECT+%2A+FROM+%60user%60++ORDER+BY+%60profile_path%60+ASC> acct_desc...
2005 Dec 11
1
how to use MySQL-backend !?
...ult NULL, `username` varchar(255) default NULL, `domain` varchar(255) default NULL, `nt_username` varchar(255) default NULL, `nt_fullname` varchar(255) default NULL, `home_dir` varchar(255) default NULL, `dir_drive` varchar(4) default NULL, `logon_script` varchar(255) default NULL, `profile_path` varchar(255) default NULL, `acct_desc` varchar(255) default NULL, `workstations` varchar(255) default NULL, `unknown_str` varchar(255) default NULL, `munged_dial` varchar(255) default NULL, `uid` int(9) NOT NULL auto_increment, `gid` int(9) default NULL, `user_sid` varchar(255) defau...
2011 Nov 08
1
Problem while log on: Windows Server 2008 R2 in samba domain
...logon_script: struct lsa_String length : 0x0000 (0) size : 0x0000 (0) string : NULL profile_path: struct lsa_String length : 0x0000 (0) size : 0x0000 (0) string : NULL home_directory: struct lsa_String...
2020 Nov 19
0
PANIC outstanding aio + key does not exist
...full_name : * full_name : '' logon_script : * logon_script : '' profile_path : * profile_path : '' home_directory : * home_directory : '' home_drive : *...
2020 Mar 08
2
Trouble resolving some group membership after upgrade from 4.8 to 4.10
...full_name : 'Samba Matt Magoffin' logon_script : * logon_script : '' profile_path : * profile_path : '\\X24\profiles\sambamatt' home_directory : * home_directory : '\\X24\sambamatt'...
2020 Oct 09
0
creating and copying users
...by adding '-h' or '--help'. The standard command for creating a user in the same way that ADUC does is: samba-tool user create USERNAME PASSWORD --given-name=GIVEN_NAME --surname=SURNAME You can add the profile & homedir paths at the same time by adding '--profile-path=PROFILE_PATH --home-directory=HOME_DIRECTORY' to the command above. The path for profile must exist on the server and the base path for the homedir must also exist. There must also be the two relevant shares on the server. Rowland
2003 Jul 03
0
patch to fix silly bug in 3.0.0beta2
...usr->uni_user_name, user_name, len_user_name); + init_unistr2(&usr->uni_user_name, username, len_user_name); init_unistr2(&usr->uni_full_name, full_name, len_full_name); init_unistr2(&usr->uni_logon_script, logon_script, len_logon_script); init_unistr2(&usr->uni_profile_path, profile_path, len_profile_path);
2005 Apr 10
0
Trouble adding users with pdbedit
...g a little debugging I can tell that pdbedit tries to do a select statement after adding the user: Executing query SELECT logon_time,logoff_time,kickoff_time,pass_last_set_time,pass_can_change_time, pass_must_change_time,username,domain,nt_username,nt_fullname,home_dir,dir_d rive,logon_script,profile_path,acct_desc,workstations,unknown_str,munged_dia l,user_sid,group_sid,lm_pw,nt_pw,NULL,acct_ctrl,logon_divs,hours_len,bad_pas sword_count,logon_count,unknown_6 FROM user WHERE username = '<username>' The user is added to the database but the 'username' field is empty (NULL)....
2008 Jul 31
0
domain trust relationship with AD 2003 and user profile and home directory problems
...length : 0x0000 (0) size : 0x0000 (0) string : * string : '' profile_path: struct lsa_String length : 0x0000 (0) size : 0x0000 (0) string : * string : '...
2011 May 22
1
How do you crop an image with carrierwave 'after the fact' in rails?
What I''d like to do is upload an image, then take the user to a new page where I will use Jcrop to let the user select the part of the image they want to crop, and then store that image. Essentially, I want to make it a 2-stage process. I know how to do the javascript part, and I understand the basic flow of how to create this functionality. However, I am not aware of the carrierwave