LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-03-2014, 06:39 PM   #46
ivandi
Member
 
Registered: Jul 2009
Location: Québec, Canada
Distribution: CRUX, Debian
Posts: 528

Rep: Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866

Quote:
Originally Posted by kikinovak View Post
Same here. I'm running NIS as a "lesser evil" in the meantime, until Slackware decides to ship PAM.
Using NIS is almost the same as using telnet. It's a disaster waiting to happen.

Your case reminds me about a boss I had. He was convinced that a security problem that can't be solved by technical mean can be solved by administrative one. Poor guy. He couldn't believe that the intruder he intended to "arrest" could be some 10000 miles away

BTW I am using telnet daily on embedded systems but the only "network" is a 6 feet cable between the POD and a dedicated NIC in my workstation.

Cheers
 
Old 12-03-2014, 06:51 PM   #47
ivandi
Member
 
Registered: Jul 2009
Location: Québec, Canada
Distribution: CRUX, Debian
Posts: 528

Rep: Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866Reputation: 866
Quote:
Originally Posted by ReaperX7 View Post
PAM packages "could" be built with a USE_PAM=YES/NO flag to make using PAM easier to include or exclude, or and this is daring of me to say, we could even have a flag in the installer to do this:

1. Ask the installer if they want to use PAM.
2. Install all non-PAM using packages normally.
3. Use the installation selection to enable USE_PAM=YES and have the installer build and install the PAMified SlackBuilds at installation.

This way no packages need to be built beforehand by Patrick, and if a NO flag is passed, no packages are rebuilt, but just installed only. Kind of similar to how sbotools works, but have a small repository on the DVD.

Just a thought on the table.
And also USE_KRB5=YES USE_AUDIT=YES ... Why don't we make a Slackware.SlackBuild and define all these USE flags at the beginning.

On second thought we can simply use Gentoo.

Cheers
 
1 members found this post helpful.
Old 12-03-2014, 07:07 PM   #48
moisespedro
Senior Member
 
Registered: Nov 2013
Location: Brazil
Distribution: Slackware
Posts: 1,223

Rep: Reputation: 195Reputation: 195
I vote for Gentoo
Attached Thumbnails
Click image for larger version

Name:	20932c405d3db992522558eaf4fceca0667b3e5c45eaada0ecb92d69774eaa64.jpg
Views:	100
Size:	64.8 KB
ID:	17007  
 
Old 12-03-2014, 08:29 PM   #49
printer13
Member
 
Registered: Nov 2014
Distribution: Slackware
Posts: 39

Rep: Reputation: Disabled
I have used redhat/centos with selinux, pam etc.

my question for those who want 'enterprise' features why not just use redhat or suse in those cases? its obvious that slackware is a different distro with different goals and philosophy. I have found it a very clean environment to do c/c++ development for cross platform unix/windows/osx development. and would be happy to see slackware maintain its emphasis on minimal dependencies.
 
7 members found this post helpful.
Old 12-03-2014, 09:42 PM   #50
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
The point of having it install time optional, is simply that. Let's keep it optional. Not everyone will want it, but if you do, there's no sense in not having a way to install PAM and packages that will have PAM as a dependency during installation.

And, no, you don't need to use Gentoo, just use your tools and your head. Looking at how SBo package are handled by sbotools got me seriously thinking about this. If a build time option exists, then why not enable it during the build and install process?

Why can't Slackware have a few source optional builds on the install disk triggered by a flag? That's not deviating from Slackware since realistically you're still installing official packages.

Besides what's even stopping you from grabbing PAM's SlackBuild and OpenLDAP's SlackBuild, making a few edits to use PAM, and then rebuilding and installing both as local maintained packages? I maintain my own repository with runit-boot, ConsoleKit2, eudev, and others.

Last edited by ReaperX7; 12-03-2014 at 10:13 PM.
 
Old 12-03-2014, 10:43 PM   #51
printer13
Member
 
Registered: Nov 2014
Distribution: Slackware
Posts: 39

Rep: Reputation: Disabled
Quote:
Originally Posted by ReaperX7 View Post
Why can't Slackware have a few source optional builds on the install disk triggered by a flag?
I can think of two problems with that without giving it much thought.

you would have to introduce some control logic for dependency tracking for which package changes depending on which flag etc. that code is not there at the moment and could quickly eclipse the size of the whole installer in short order given its simple design.

combinatorial explosion of test cases. for a very small team I imagine just getting one solid 32/64 build out the door is a lot of work. now multiply that by the number of conditional compilations that are possible and you have more testing work then the team could deal with.
 
Old 12-03-2014, 10:46 PM   #52
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I'm not opposed to the inclusion of PAM if Mr. Volkerding thinks it worthy. I don't need PAM. It is his call.
 
Old 12-03-2014, 11:15 PM   #53
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Quote:
Originally Posted by printer13 View Post
I can think of two problems with that without giving it much thought.

you would have to introduce some control logic for dependency tracking for which package changes depending on which flag etc. that code is not there at the moment and could quickly eclipse the size of the whole installer in short order given its simple design.

combinatorial explosion of test cases. for a very small team I imagine just getting one solid 32/64 build out the door is a lot of work. now multiply that by the number of conditional compilations that are possible and you have more testing work then the team could deal with.
Actually you don't need to do that. You could use a queue system to install in a preset order. Several of the SBo toolkits use a queue system to stage packages in a certain order.
 
Old 12-03-2014, 11:40 PM   #54
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 484

Rep: Reputation: 337Reputation: 337Reputation: 337Reputation: 337
I don't use LDAP server only because PAM is required but I need to. It could be great to have PAM in official slackware.
 
1 members found this post helpful.
Old 12-03-2014, 11:50 PM   #55
kooru
Senior Member
 
Registered: Sep 2012
Posts: 1,385

Rep: Reputation: 275Reputation: 275Reputation: 275
As already said by someone here, if we accept PAM to take Slackware into "enterprise world" then we should accept many others things.
I would be really sorry seeing Slackware with an unspecified identity.
A middle earth between current and enterprise is useless.
 
2 members found this post helpful.
Old 12-04-2014, 12:07 AM   #56
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
And as recently expressed by someone else in another thread which I cannot find at the moment:

Every time I hear the word enterprise I hear the Star Trek theme music playing in the background.

What the *&$% is "enterprise" in this context anyway except another tired old marketing term intended to distinguish "ours" from "theirs".

The whole of my life's various enterprises, business and other, at this time are tightly coupled to Slackware and there is no good second place Linux contender! In my book that makes it "enterprise" level. I don't require anyone else to point to the list of installed apps and say that it is or isn't "enterprise" level. It is - for my enterprises.

Last edited by astrogeek; 12-04-2014 at 12:18 AM.
 
1 members found this post helpful.
Old 12-04-2014, 12:24 AM   #57
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by kooru View Post
As already said by someone here, if we accept PAM to take Slackware into "enterprise world" then we should accept many others things.
I would be really sorry seeing Slackware with an unspecified identity.
A middle earth between current and enterprise is useless.
While this may be true to some extent, PAM is the only thing that's badly missing, in my humble opinion.
 
Old 12-04-2014, 12:36 AM   #58
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Original Poster
Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by astrogeek View Post
AThe whole of my life's various enterprises, business and other, at this time are tightly coupled to Slackware and there is no good second place Linux contender! In my book that makes it "enterprise" level.
Then please let us know how you manage central authentication and roaming profiles for your users. I'm asking, because so far I've only had three different answers to that question in similar threads:
  1. "I don't use central authentication." (fine for you)
  2. "NIS is fine." (no, it's not, it's a security nightmare)
  3. "My wife tells her students to use USB disks." (sic, no comment)

I frankly don't know what to say here.

Last edited by kikinovak; 12-04-2014 at 12:37 AM.
 
Old 12-04-2014, 12:55 AM   #59
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Rep: Reputation: Disabled
I like how Slackware is different. It is what makes me love it.
If Pat sees value in PAM, then I will use it. I do not need it though.
 
Old 12-04-2014, 01:08 AM   #60
printer13
Member
 
Registered: Nov 2014
Distribution: Slackware
Posts: 39

Rep: Reputation: Disabled
Quote:
Originally Posted by astrogeek View Post
What the *&$% is "enterprise" in this context anyway except another tired old marketing term intended to distinguish "ours" from "theirs.
this is an important question that has a clear and unambiguous answer. vertically integrated enterprise delivers cloud based solutions that lock in future growth potential. now give me your money.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
slackware 15 and pam zerouno Slackware 319 01-18-2023 12:05 PM
PAM for Slackware 14.1? xflow7 Slackware 7 01-23-2014 03:20 AM
Possible last-minute inclusion in Slackware 1337 -- new Emacs released... Lufbery Slackware 4 03-13-2011 12:59 AM
PAM and Slackware 10.2 darkarcon2015 Slackware 15 10-20-2007 02:32 PM
PAM Available For Slackware 10.0 eric.r.turner Slackware 14 09-22-2006 12:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration