search for: mandant

Displaying 6 results from an estimated 6 matches for "mandant".

2023 Apr 03
0
sftp and utmp
...ernal-sftp [...] > Match group JUST-SFTP_USERS_GROUP > ChrootDirectory %h [...] > ForceCommand internal-sftp -l INFO -u 0077 [...] > AuthorizedKeysCommand AKC_SCRIPT > AuthorizedKeysCommandUser AKC_USER > $ cat AKC_SCRIPT > #!/bin/sh [...] > MANDANT="$1" > if [ "`echo $MANDANT | tr 'A-Za-z0-9-' _ | sed -e 's/^_*$/_/'`" != "_" ]; then > # Unsupported characters in username. Refuse to work. > $LOG.warning "Invalid username: $MANDANT" > exit 0 > fi [......
2004 Aug 23
0
incorrect behavior: hide unreadable option in conjunction with user ACLs
...I'm connecting to a share (in our example Rechnungswesen) which contains 2 folders: Buchhaltung and Controlling Here are the ACLs of these two folders: # file: Controlling # owner: root # group: SCHARRNET+Dom?nen-Benutzer user::rwx user:SCHARRNET+Administrator:rwx group::--- group:SCHARRNET+Mandant 001 Scharr_Stuttgart_Controlling:rwx mask::rwx other::--- default:user::rwx default:user:SCHARRNET+Administrator:rwx default:group::--- default:group:SCHARRNET+Mandant 001 Scharr_Stuttgart_Controlling:rwx default:mask::rwx default:other::--- # file: Buchhaltung # owner: root # group: SCHARRNET+Dom...
2009 Jul 16
12
Find_all_by and find(:all) to only select certain values for a selection box
..._by is actually the same like Find(:all), however Find_all_by is much shorter and less complicated than the syntax of Find(:all) -So in my CONTROLLER it says @files = find(:all) however I don''t want to see all files displayed in my selection box, because I only want to see the foles whose mandant_id is the same like the mandant_id in invoice. So i decided to change the @files = find(:all) into => @files = File.find_all_by_mandant_id(Invoice.mandant_id) But this doesn´t work so does any one has an inspiration to get it working?? If so please help me!! thnx a lot!! =D Valli
2004 Sep 22
0
winbind is loosing domain prefix
...volume = DATA dos filetimes = Yes dos filetime resolution = Yes fake directory create times = Yes [magic] comment = Programmdateien V_Olga auf %L path = /data/magic valid users = @SCHARRNET+Dom?nen-Benutzer write list = "@SCHARRNET+Mandant Synchron 006 Users" create mask = 0666 directory mask = 0777 browseable = No volume = DATA [klett] comment = Abteilungslaufwerk KLETT auf %L path = /data/abt/Klett valid users = "@SCHARRNET+Mandant 010 Klett_Boeblingen_HEEH",...
2004 May 25
1
Problem with invisible folders by using posix ACLs & the hide unreadable parameter (Samba-3.0.4/Linux)
...= 10000-20000 idmap gid = 10000-20000 template homedir = /data/home/%U winbind separator = + strict locking = No [Rechnungswesen] comment = Abteilungslaufwerk Rechnungswesen auf %L path = /data/abt/Rechnungswesen valid users = 'SCHARRNET+Mandant 001 Scharr_Stuttgart_Buchhaltung', 'SCHARRNET+Mandant 001 Scharr_Stuttgart_Controlling', SCHARRNET+Ad ministrator read only = No create mask = 0660 directory mask = 0770 hide unreadable = Yes browseable = No volume = DATA dos fil...
2016 Apr 07
3
centos samba sssd active directory
Hello all, Im having the latest centos that should be integrated into win 2012 active directory domain. Im having Authentication running, an AD user can login via ssh, getent and id working But Im not able to get the samba shares running with AD [sfu-erp] comment = Mandant path = /share # ; valid users = @"RZ-DOMAIN\linuxtest" @"RZ-DOMAIN\linuxtest" valid users = DOMAIN # valid users = @"RZ-DOMAIN+dom?nen-benutzer" # valid users = @"RZ-DOMAIN" #valid users = %S, RDOMAIN\%S #valid users = @DOMAIN #valid users = linuxtest...