- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Remove Winbind Mapping
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2012 02:53 AM
тАО02-09-2012 02:53 AM
Remove Winbind Mapping
I use CIFS V1.2 ECO 1 on an OpenVMS 8.3-1H1 .
wbinfo -x should be used to remove a Winbind-User
I miss this possibility on my CIFS installation.
Is there any other possibility to do this?
In release notes there is nothing metioned, that this feature is not available.
- Tags:
- CIFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2012 03:18 AM
тАО02-09-2012 03:18 AM
Re: Remove Winbind Mapping
Hi,
have you read the Administrators Guide?
A quick search suggests that the functionality you are looking for is probably provided by pdbedit rather than wbinfo, which appears to only report information.
8.2.2.2 Deleting a user account
To delete an account in CIFS Server database, the syntax is:
$ pdbedit
тАУx <username>
For example, to delete user account GANGA, execute:
$ pdbedit
тАУx ganga
Duncan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2012 04:44 AM
тАО02-09-2012 04:44 AM
Re: Remove Winbind Mapping
Dear Duncan,
thank you for the quick response.
I read the Guide.
I do not mean a local user, which I can treat with pdbedit.
Winbind is - in my opinion - a mean to map a domain user to a local resource.
So I would like to remove this mapping, as it could be with winbind -x <User>
Matthias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2012 06:58 AM
тАО02-09-2012 06:58 AM
Re: Remove Winbind Mapping
Having just checked the Samba site and the CIFS File and Security document and the CIFS Administrators' manual, the "wbinfo -x" isn't documented anywhere I can locate. Do you have a pointer to materials on that?
Now in general, please start with a somewhat more detailed problem statement, and please provide details of your particular configuration and please indicate exactly what you are trying to (un)do. Please don't reference any switches or tools, except as secondary and supporting information for your question.
In addition to the administrator's manual, also read the overview HP OpenVMS CIFS File Security and Management document, as it has some detail on how the automatic mapping is intended to work.
I haven't gone digging through the wbinfo source code, but that's the next step here, if there really is a -x switch somewhere. Or if you have HP support for OpenVMS, you can run up the support center and ask the good folks how this stuff works, and how to resolve your particular question.
And in general, the underlying OpenVMS operating system doesn't provide nor receive information from LDAP servers beyond some very rudimentary support for distributed authentication. Though that is possible. OpenVMS can have distributed user authentication (if you're willing to tussle with ACME), but it generally lacks support for any of the increasingly-ubiquitous disitributed configuration management and related mechanisms. That CIFS has limited or no support for distributed mechanisms would not be a huge surprise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2012 10:50 AM
тАО03-12-2012 10:50 AM
Re: Remove Winbind Mapping
wbinfo -x is obviously from the original samba documentation from samba.org and from the VMS-edition.
P.S..: Sorry for the late answer