Displaying 20 results from an estimated 183 matches for "userprofil".
Did you mean:
userprofile
2006 Apr 14
1
SaltedHashLoginGenerator Integration Woes
I''m trying to modify the SaltedHashLoginGenerator to where it separates
the users table into two tables: a users table which contains login
info: token, salt, etc) and userprofiles table (which contains
firstname, lastname, authlevel, etc)
I''m trying to use the existent helper for user under
app/helpers/user_helper.rb and copied to
app/helpers/userprofiles_helper.rb and prepended prof_ to the names of
the functions to differentiate them.
On the user_controlle...
2004 Jun 26
1
Roaming profiles brings error with prf*.tmp files
We have an Apple OSX 10.3.4 Opendirectory (LDAP) Server with an SAMBA
(3.0.2) PDC Server with roaming profiles for Windows XP (SP1 Prof) Clients
on the Server. The Share for the PCs is only shared with SMB.
When a PC log off, the profile will be copied to the server and brings the
error message that the files prf*.tmp can?t be copied to the server.
This error message occours not every time and
2005 Jun 23
0
WinXP - Not So Roaming profile
...--
Nome da chave:
HKEY_LOCAL_MACHINE\Default\Software\Microsoft\Windows\CurrentVersion\Explorer\User
Shell Folders
Nome da classe: <Sem classe>
Hora da ?ltima grava??o: 20/6/2005 - 15:11
Valor 0
Nome: AppData
Tipo: REG_EXPAND_SZ
Dados: %USERPROFILE%\Dados de aplicativos
Valor 1
Nome: Desktop
Tipo: REG_EXPAND_SZ
Dados: \\NIPDL08\profile\%USERNAME%\Desktop
Valor 2
Nome: Favorites
Tipo: REG_EXPAND_SZ
Dados: %USERPROFILE%\Favoritos
Valor 3
Nome: NetHood...
2005 Jan 21
1
Inherit permissions question
Hi guys,
How are you ?
We have a share named [userprofile] on our Samba-3.0.9 server where each
users' profile is stored.
Fairly often a user which is not the user that owns the profile i.e and
admin, needs to copy files into other users' profile folders.
The problem which then arises is that the user who owns the profile is
unable to access t...
2005 Sep 18
0
Problems with copied samba userprofiles
Hello,
I have an samba/ldap BDC. If I create an user
with his homedirectory on this BDC, the winxp
clients find the path to the userprofile on this
BDC, suse clients can also login with userprofile.
If I create an user on the PDC and copy the home directory
of this user to the BDC, the clients can login at BDC,
but the userprofiles are not loaded. I thought there are
faults of unixrights, but I setted full rights
to the homedir...
2011 Aug 07
1
SQL passdb lookups not working
...my passwords would be appreciated!
Ben
dovecot-sql.conf:
default_pass_scheme = SSHA.hex
password_query = \
SELECT emailmanager_emailaddresses.account AS username, \
emailmanager_domain.name AS domain, \
CONCAT('{SSHA.hex}', \
emailmanager_userprofile.shadigest, \
emailmanager_userprofile.salt \
) AS password \
FROM emailmanager_emailaddresses \
JOIN emailmanager_domain ON emailmanager_emailaddresses.id =
emailmanager_domain.id \
JOIN emailmanager_userprofile ON
emailman...
2010 Jun 11
1
Fwd: how to "Disable Samba Roaming profile"
...PDC-SMB3\%U"
userSmbHome="\\<NetBIOS-ServerName or ip-addy>\<ShareName>"
# The UNC path to profiles locations (%U username substitution)
# Just set it to a null string if you want to use the smb.conf 'logon
path'
# directive and/or disable roaming profiles
# Ex: userProfile="\\camarillo\profiles\%U"
userProfile="\\<NetBIOS-ServerName or ip-addy>\<ProfileDirectory>\%U"
# The default Home Drive Letter mapping
# (will be automatically mapped at logon time if home directory exist)
# Ex: userHomeDrive="H:"
userHomeDrive="z:&...
2006 May 27
4
MSWord97 installs properly but still won't launch (or save?) -- 3 more data files
Dear friends:
Forgot to include three more data files:
http://www.websher.net/tmp/user.reg
http://www.websher.net/tmp/system.reg
http://www.websher.net/tmp/userdef.reg
Thank you again.
Benjamin
I've been trying for some time to install my copy of Word97 (which I
own, having purchased it directly from Microsoft with my own license
number). I have tried the latest Wine 0.9.14. To do
2007 Oct 03
3
Pagination problem with acts_as_ferret
...next 2 records. Also the result count is showing only 10 instead of 12
thats the right count.
Here''s my code:
Controller:
def search
@users = User.available_users
@user = User.find(session[:user_id])
@query = params[:query] || ''''
@total, @user_profiles = UserProfile.multi_search(@query, [ WorkProfile,
SchoolProfile ], :page => (params[:page]||1))
@pages = pages_for(@total)
unless @query.blank?
@results = UserProfile.find_by_contents @query
end
end
model:
def self.multi_search(q, additional_models = [], options = {})
return nil if q.nil? or q...
2005 Apr 12
2
SuSE 9.2 Firewall, Ports for Samba, XP Client and userprofile
Hello!
i have some problems with my SuSE 9.2 and the samba ports:
if the xp client wants to loggin in samba domain, I get the message at the
announcement - usersettings: the servercopy of the serverstored profile was
not found. No
saving of the changed profile -. After the loggin there are no more problems
with the xp client in samba. After googling I collimated the ports in the
SuSE
2005 Nov 09
0
mozilla and roming profiles... THE SOLUTION
This solution is not mine, but its tested and works.
Great thanks to my buddy @ four elements
Hope its usefull for somebody over here.
================================
mainlocation
================================
%userprofile%\Application data\Mozilla\Profiles\%profile%\%salted%\...
%userprofile% = C:\Documents and settings\%username%
%profile% = "default"
%salted% = "12345678.slt" (8 cijfers/letters)
folders
- Cache
- Mail
- ImapMail
files
- prefs.js
- abook.mab
- bookmarks.html
===========...
2005 Jan 24
3
Inherit permissions question (Please help)
...age -----
> From: "David Wilson" <dave@dcdata.co.za>
> To: <samba@lists.samba.org>
> Sent: Friday, January 21, 2005 7:17 AM
> Subject: Inherit permissions question
>
>
>> Hi guys,
>>
>> How are you ?
>>
>> We have a share named [userprofile] on our Samba-3.0.9 server where each
>> users' profile is stored.
>> Fairly often a user which is not the user that owns the profile i.e and
>> admin, needs to copy files into other users' profile folders.
>> The problem which then arises is that the user who own...
2008 Apr 10
3
Generating a properly configured Wine installation
...ing to run Wine inside Sugar, the OLPC GUI environment. I
have managed to learn how to run wine from a nonstandard install prefix.
I am now trying to generate a correctly customized .wine/ automatically.
For example, I wish to set the DPI to 160 before any programs are run. I
also wish to set the USERPROFILE setting to something not based on the
UNIX username.
How can I perform automated customization of .wine before launching
anything in Wine? Where are the settings for DPI and USERPROFILE stored?
Thank you,
Ben
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG w...
2007 Jul 30
2
Roaming Profiles
hey,
Im trying to avoid the roaming with the profiles, i found something in
te list about that, but it doesn't works, I changed in the registry the
parameters...
> >
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\User
> > Shell Folders]
> > AppData=%USERPROFILE%\Datos de programa
> > Cookies=%USERPROFILE%\Cookies
> > .......
> > ......
> >
> > to
> >
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\User
> > Shell Folders]
> > AppData=P:\Profile\Datos de programa
> > Cookies=P:\...
2005 Jul 02
1
limiting netlogon scripts to a subnet?-will this work?
...m is, I do not have
roaming profiles in use(As it is not practical for us,
as users tend to use the same computers). I want only
users with IP from 192.168.1.x to load the databases.
The loaddatabases.cmd file in question would contain
rem Grab IP address and dump to a file
ipconfig >"%userprofile%\ipconfig.txt"
echo Checking for your location
findstr "192.168.1" "%userprofile%\ipconfig.txt"
if errorlevel 1 goto notLoading
echo Loading Databases ....
rd /S /Q C:\Access\Databases
xcopy /C /Y /K /F /Z /Q /E /H Q:\Access\FrontEnds
C:\Access\Databases\
goto end
:not...
2008 May 19
4
2 Minor issues with 1.3.0 on windows
...ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
We found two minor problems with CC.rb when trying to run on windows.
The first effects the Dashboard saying there is no project. In
boot.rb we had to add a .gsub(''\\'',''/'') in #find_home when returning
the USERPROFILE. (Unrelated to our problems, but possibly relevant to
some: at line 8 my system would not require the '':'' as it is already
part of SYSTEMDRIVE).
Second, since our USERPROFILE starts C:\Documents and Settings\... the
we need additional quoting in CommandLine#execute around the :...
2004 Jul 09
1
group add and groupmap with ldapsam
hello,
trying to set up an pdc with 3.0.4 on solaris with openldap
creating groups and adding groupmaps does not work.
net group add asks the password for the ldap-manager, comes back without
any message, but the group does not exist after that.
if i try to make a groupmap without adding a wingroup first, the result
is the following (no question for the password!)
/usr/local/samba/bin/net
2003 Mar 07
1
Roaming Profile files remain locked after logout/shutdown
Our floater secretaries roam around the office constantly. Recently they've
complained that they only get a temporary profile and a warning that their
romaing profile is unavailable when they move from one station to another
within a few minutes.
Looking into this I found that files in their profile remain locked after
they had logged out and even shut down the workstation they were on. I
2015 Sep 01
4
Redirected Folders not working for Desktop
...sing RSAT for these 3 entities are exactly the same: "Basic -
Redirect everyone's folder the the same location"; settings: "Move the contents
of Desktop to the new location", Also apply redirect policy to ... Windows XP
..."; "Redirect the folder back to the local userprofile location when policy is
removed".
Here's a link to the RSAT/GPO screenshot: http://www.novatec-inc.com/pub/redirectedFoldersPolicy,Desktop.jpg
What am I doing wrong?
--Mark
2009 Mar 26
2
%L substitution error
...ndows roaming profile debug log an error:
it always referred to \\%L\profiles. When I changed the When I set logon
home parameter in smb.conf, it didn't help, but, when i used:
smbldap-usermod -F \\\\massive\\profiles\\bobj
The client applied the roaming profile successfully. I could change the
userProfile setting in smbldap.conf, but maybe it would be better to use the
flexible %L substitution.
How can I avoid this fixed setting?
If you need detailed configuration info, please ask me to give it.
Thanks.