search for: loginwindow

Displaying 10 results from an estimated 10 matches for "loginwindow".

2013 Jun 23
1
Joining Mac OSX 10.8.4 Small contribution for the documentation/wiki?...
...matic Login - Set "Display login window as" to "Name and password" - This setting can also be configured with a command. Run the following line in the terminal to set the login window to show username and password fields: /usr/bin/defaults write /Library/Preferences/com.apple.loginwindow SHOWFULLNAME -bool "TRUE" - Enable "Allow network users to log in at login window", - Click "Options..." and set "All Network users", Click DONE. - Network Account Server: EXAMPLE server should be listed and showing a green "gum drop" icon. Conf...
2011 Apr 14
1
a little problem with extJS & log in form
...method: ''POST'', waitMsg:''Submitting...'', reset : false, success : function(form, action) { Ext.Msg.alert(''Bravo'', action.result.msg); loginWindow.close(); /*var redirect = ''/admin/welcome''; window.location = redirect; */ }, failure: function(form, action) {Ext.Msg.alert(''Error'', action.result.msg)}...
2018 Nov 27
3
Where is password expiration notice period
In our password settings we have: > samba-tool domain passwordsettings show : Password complexity: on Store plaintext passwords: off : Minimum password age (days): 0 Maximum password age (days): 90 : I don't find any setting for how many days before the expiration to warn users about the pending expiration. On Windows, users seem to get notified about a pending password expiration at
2003 Nov 03
0
Fwd: Winbind: can't log in as domain user
...low I > guess. >> >> | >> | [realms] >> | LTSP.FOO.BAR = { >> ... >> > ... >> How are the users/groups laid out in AD? > Well, that problem seems to have gone away - I reboot the machine and > see all my domain users in the KDM loginwindow. wbinfo -u confirms > this. > >> | Now, as root, I can change users to any domain user I want to >> without >> | entering a password, using, for example: >> | su LTSP+fred >> | and "whoami" returns the correct value. However, if I log in as a &...
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
....dylib) [0x93704066] Kernel stack: 14 semaphore_wait_continue + 0 [0x22a270] Binary Images: 0x1000 - 0x26ff7 launchd ??? (???) /sbin/launchd 0x936d5000 - 0x9387bfeb libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib Process: loginwindow [30] Path: /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow UID: 502 Thread 52513d4 DispatchQueue 1 User stack: 14 ??? (in loginwindow + 20673) [0x60c1] 14 ??? (in loginwindow + 22197) [0x66b5] 9 -[NSApplication run] + 821 (in AppKit) [...
2007 Jun 18
1
Rsync with non-english characters in filenames?
...ist test070503/u2/Library/Preferences/com.apple.sidebarlists.plist test070503/u2/Library/Preferences/com.apple.systempreferences.plist test070503/u2/Library/Preferences/com.apple.systemuiserver.plist test070503/u2/Library/Preferences/com.apple.universalaccess.plist test070503/u2/Library/Preferences/loginwindow.plist test070503/u2/Library/Preferences/widget-com.apple.widget.weather.plist rsync: recv_generator: mkdir "/Volumes/Home_dirs/homes/students/kv04/kv04hen/inl?mningsuppgifter" failed: Invalid argument (22) rsync: stat "/Volumes/Home_dirs/homes/students/kv04/kv04hen/inl?mningsuppgifte...
2003 Oct 30
3
Winbind: can't log in as domain user
Sorry about the lengthy post - I'm putting as much in here as I can in hopes that someone can help me ferret out the problem. Basic problem is that domain users can't successfully log into the linux box. I'm trying to set this box up as an ltsp server authenticating against our existing AD (although this is actually in a test lab - I didn't really want to trash anything real
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...usr/lib/pam/pam_deny.so 00036000 /usr/lib/pam/pam_permit.so 0003a000 /usr/lib/pam/pam_launchd.so 0003e000 /usr/lib/pam/pam_uwtmp.so Thread id: 10833048 User stack: 449 ??? [0x1b4a] 449 ___wait4 + 10 (in libSystem.B.dylib) [0x94609856] Process: loginwindow [24] Path: /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow ADDRESS BINARY 00001000 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow 00076000 /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin 000...
2007 Apr 30
17
Managing packages which require a reboot
...of defining a new resource which includes a console locking class. In Mac OS X, the contents of /var/run are purged every boot, so I''m planning to prevent login by touching a file which a login hook looks for. The hook will do something like: [ -e /var/run/nologin ] && killall loginwindow So, to lock the console down if nobody is logged in: class lock-console { exec { "nologin": command => "touch /var/run/nologin", creates => "/var/run/nologin", unless => "who | grep console" } } Then, I''ll define a package...
2008 Nov 14
10
puppet newbie
Hi , just starting off with Puppet on Macs. initially we are planning for a small group of machines. If successfull we plan to span it to entire environment in a phased manner. I have a couple of newbie questions. Do i have to use custom script to create and maintain user/group accounts as far as i have read i can manage passwords ? Can i use puppet fileserver also as sourcedir for pushing