Displaying 17 results from an estimated 17 matches for "truename".
2016 Dec 04
4
You have not permission to view content of this location
Hi Rowland,
Could you refer me some online docs about AD domain?
Thanks
At 2016-12-04 17:23:48, "Rowland Penny via samba" <samba at lists.samba.org> wrote:
>On Sun, 4 Dec 2016 16:57:56 +0800 (CST)
>truename via samba <samba at lists.samba.org> wrote:
>
>> OS: CentosOS 7
>>
>> I have installed samba + openldap + smbldap-tools + pam.
>
>I have to ask, why?
>
>You seem to be setting up an NT4-style domain, just when everybody is
>starting to move away from them....
2016 Dec 07
4
You have not permission to view content of this location
OS: CentosOS 7
I have installed samba + openldap + smbldap-tools + pam by:
yum --enablerepo=extras install -y epel-release
yum install -y smbldap-tools
yum install -y samba openldap openldap-clients openldap-servers migrationtools
yum install -y nss-pam*
I know that smbldap-tools is a dead project, but I'm interested in it and would like research on it.
I create users and
2016 Dec 10
2
Has deleted user, why I can still get info of it
I del user 'u1':
# userdel u1
But:
# groups u1
u1 : g1
Is 'u1' delete?
Thansk
2016 Dec 04
2
You have not permission to view content of this location
OS: CentosOS 7
I have installed samba + openldap + smbldap-tools + pam.
I create users and groups by:
sudo smbldap-groupadd -a g1
sudo smbldap-groupadd -a g2
sudo smbldap-useradd -a -P -g 1001 u1
sudo smbldap-useradd -a -P -g 1002 u1
groups u1
u1 : g1
groups u2
u2 : g2
I create shared folder:
cd /
sudo mkdir data
sudo chown u1 /data
sudo chgrp g1 /data
sudo chmod ugo+rwx /data
I edit
2016 Dec 04
1
You have not permission to view content of this location
...Rowland is correct. If you start with a new domain, use Samba AD.
Windows 10 already requires workarounds with NT4 domains and I'm sure
with a future major update, it will stop working (that's my opinion). MS
officially discontinued the NT4 many years ago.
Am 04.12.2016 um 11:25 schrieb truename via samba:
> Could you refer me some online docs about AD domain?
https://wiki.samba.org/index.php/User_Documentation
This is not only about Samba AD, but you don't seem to know our Wiki. ;-)
Regards,
Marc
--
To unsubscribe from this list go to the following URL and read the
instruction...
2014 Mar 10
2
[supermin 2/3] Add file.source_path, no functional changes
...src/dpkg.ml
+++ b/src/dpkg.ml
@@ -166,7 +166,8 @@ let dpkg_get_all_files pkgs =
let config =
try string_prefix "/etc/" path && (lstat path).st_kind = S_REG
with Unix_error _ -> false in
- { ft_path = path; ft_config = config }
+ let cmd = sprintf "%s --truename %s" Config.dpkg_divert path in
+ { ft_path = path; ft_source_path = path; ft_config = config }
) lines
let dpkg_download_all_packages pkgs dir =
diff --git a/src/package_handler.ml b/src/package_handler.ml
index 10a9e3d..5aa27ba 100644
--- a/src/package_handler.ml
+++ b/src/package_...
2016 Dec 03
3
Why I can not login my shared folder under samba + CentOS 7
...cessing from Linux, after I input correct username and password and click connect button, the login dialog re-popup.
Thanks
On 12/02/2016 22:22, Gaiseric Vandal via samba wrote:
Can you access from windows?
I also notice that samba 4.2.10 is no longer a supported version.
On 12/01/16 15:39, truename via samba wrote:
> Following is output of smbclient -L \\127.0.0.1 -U test1:
>
>
>
> Sharename Type Comment
> --------- ---- -------
> data Disk data
> IPC$ IPC IPC Service (Samba Server Version 4.2....
2016 Dec 03
0
Why I can not login my shared folder under samba + CentOS 7
I found that if I create a folder under / as my shared folder(for example: /data), the samba work. If the shared folder is /home/myname/data, it doesn't work.
At 2016-12-03 12:31:31, "truename via samba" <samba at lists.samba.org> wrote:
>The result of accessing from windows is same as accessing from Linux, after I input correct username and password and click connect button, the login dialog re-popup.
>
>
>Thanks
>On 12/02/2016 22:22, Gaiseric Vandal via samba...
2014 Mar 08
9
supermin and dpkg-divert
While trying to run libguestfs tests after building with
"--enable-appliance --with-supermin-extra-options=--use-installed", I
ran into a peculiar error message in the c-api test:
,----
| libguestfs: error: strings: /abssymlink: strings: error while loading
| shared libraries: libbfd-2.24-multiarch.so: cannot open shared object
| file: No such file or directory
`----
The problem here
2016 Dec 01
3
Why I can not login my shared folder under samba + CentOS 7
Hi,
I install samba by:
sudo yum install samba.x86_64
I edit /etc/samba/smb.conf by adding follows:
[data]
comment = data
path = /home/myname/data
valid users = test1
write list = test1
create mask = 0754
sync always = Yes
; hide dot files = yes
; writeable = no
; browseable = yes
Then take effect my config:
service smb restart
I create shared folder:
cd ~
2016 Dec 07
0
You have not permission to view content of this location
On 2016-12-07 4:08 am, truename wrote:
> OS: CentosOS 7
>
> I have installed samba + openldap + smbldap-tools + pam by:
>
> yum --enablerepo=extras install -y epel-release
> yum install -y smbldap-tools
> yum install -y samba openldap openldap-clients openldap-servers
> migrationtools
>...
2016 Dec 07
0
You have not permission to view content of this location
On Wed, Dec 07, 2016 at 05:08:11PM +0800, truename wrote:
> sudo chown u1 /data
> sudo chgrp g1 /data
>
> sudo chmod ugo+rwx /data
>
> I edit /etc/samba/smb.conf:
>
> [data]
> comment = data
> path = /data
> valid users = u1,u2
> write list = u1,u2
> create mask = 0777
> sync alwa...
2016 Dec 10
0
Has deleted user, why I can still get info of it
I made a mistake in my previous post. I deleted a user by:
smbldap-userdel u1
My environment:
Centos 7+samba +ldap+smbldap-tools +Pam
Thanks
On 12/10/2016 17:22, truename wrote:
I del user 'u1':
# userdel u1
But:
# groups u1
u1 : g1
Is 'u1' delete?
Thansk
_______________________________________________
CentOS mailing list
CentOS at centos.org
https://lists.centos.org/mailman/listinfo/centos
2016 Dec 04
0
You have not permission to view content of this location
On Sun, 4 Dec 2016 16:57:56 +0800 (CST)
truename via samba <samba at lists.samba.org> wrote:
> OS: CentosOS 7
>
> I have installed samba + openldap + smbldap-tools + pam.
I have to ask, why?
You seem to be setting up an NT4-style domain, just when everybody is
starting to move away from them. Also 'smbldap-tools' seems...
2016 Dec 01
3
Why I can not login my shared folder under samba + CentOS 7
...om the command line can you try the following
>
> smbclient -L \\127.0.0.1 -U test1
>
>or maybe
>
> smbclient -d3 -L \\127.0.0.1 -U test1
>
>
>You may also want to try 'MACHINENAME\test1' as the user name.
>
>
>
>
>
>On 12/01/16 10:17, truename via samba wrote:
>> Hi,
>>
>> I install samba by:
>>
>> sudo yum install samba.x86_64
>>
>> I edit /etc/samba/smb.conf by adding follows:
>>
>> [data]
>> comment = data
>> path = /home/myname/data
>> valid users...
2016 Dec 02
0
Why I can not login my shared folder under samba + CentOS 7
Can you access from windows?
I also notice that samba 4.2.10 is no longer a supported version.
On 12/01/16 15:39, truename via samba wrote:
> Following is output of smbclient -L \\127.0.0.1 -U test1:
>
>
>
> Sharename Type Comment
> --------- ---- -------
> data Disk data
> IPC$ IPC IPC Service (Samba Server Version 4.2....
2014 Mar 10
3
[supermin 3/3] Use the file tuple up to the point where files are copied into the filesystem / chroot
...;^/' | grep -v '^/.$' | sort -u"
Config.dpkg_query
@@ -166,8 +177,10 @@ let dpkg_get_all_files pkgs =
let config =
try string_prefix "/etc/" path && (lstat path).st_kind = S_REG
with Unix_error _ -> false in
- let cmd = sprintf "%s --truename %s" Config.dpkg_divert path in
- { ft_path = path; ft_source_path = path; ft_config = config }
+ let source_path =
+ try Hashtbl.find diversions path
+ with Not_found -> path in
+ { ft_path = path; ft_source_path = source_path; ft_config = config }
) lines...